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:
parent
e1e7f77b85
commit
a9bc9244ab
@ -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[];
|
||||||
|
Loading…
Reference in New Issue
Block a user