We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e7f77 commit a9bc924Copy full SHA for a9bc924
src/lib/types/model.ts
@@ -125,12 +125,6 @@ export interface FeatureToggleView extends FeatureToggleWithEnvironment {
125
collaborators?: { users: Collaborator[] };
126
}
127
128
-// @deprecated
129
-export interface FeatureToggleLegacy extends FeatureToggle {
130
- strategies: IStrategyConfig[];
131
- enabled: boolean;
132
-}
133
-
134
export interface IEnvironmentDetail extends IEnvironmentBase {
135
strategies: IStrategyConfig[];
136
variants: IVariant[];
0 commit comments