1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00

chore: remove legacy feature type (#9499)

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[] }; collaborators?: { users: Collaborator[] };
} }
// @deprecated
export interface FeatureToggleLegacy extends FeatureToggle {
strategies: IStrategyConfig[];
enabled: boolean;
}
export interface IEnvironmentDetail extends IEnvironmentBase { export interface IEnvironmentDetail extends IEnvironmentBase {
strategies: IStrategyConfig[]; strategies: IStrategyConfig[];
variants: IVariant[]; variants: IVariant[];