Skip to content

Commit

Permalink
add feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Feb 20, 2024
1 parent af9cc87 commit 38d5f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/src/front/feature_flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const WHITELISTABLE_FEATURES = [
"mistral_next",
"structured_data",
"workspace_analytics",
"usage_data_api",
] as const;
export type WhitelistableFeature = (typeof WHITELISTABLE_FEATURES)[number];
export function isWhitelistableFeature(
Expand Down

0 comments on commit 38d5f84

Please sign in to comment.