Skip to content

Commit a9bc924

Browse files
chore: remove legacy feature type (#9499)
This has been deprecated 4 years ago and is not used
1 parent e1e7f77 commit a9bc924

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib/types/model.ts

-6
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ export interface FeatureToggleView extends FeatureToggleWithEnvironment {
125125
collaborators?: { users: Collaborator[] };
126126
}
127127

128-
// @deprecated
129-
export interface FeatureToggleLegacy extends FeatureToggle {
130-
strategies: IStrategyConfig[];
131-
enabled: boolean;
132-
}
133-
134128
export interface IEnvironmentDetail extends IEnvironmentBase {
135129
strategies: IStrategyConfig[];
136130
variants: IVariant[];

0 commit comments

Comments
 (0)