1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

chore: remove legacy feature type ()

This has been deprecated 4 years ago and is not used
This commit is contained in:
Gastón Fournier 2025-03-11 12:06:54 +01:00 committed by GitHub
parent e1e7f77b85
commit a9bc9244ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,12 +125,6 @@ export interface FeatureToggleView extends FeatureToggleWithEnvironment {
collaborators?: { users: Collaborator[] };
}
// @deprecated
export interface FeatureToggleLegacy extends FeatureToggle {
strategies: IStrategyConfig[];
enabled: boolean;
}
export interface IEnvironmentDetail extends IEnvironmentBase {
strategies: IStrategyConfig[];
variants: IVariant[];