mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
chore: remove legacy feature type (#9499)
This has been deprecated 4 years ago and is not used
This commit is contained in:
parent
e1e7f77b85
commit
a9bc9244ab
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user