cc-everywhere
Copytype FeatureFlags = Record<string, string | number | boolean>; Copied to your clipboardtype FeatureFlags = Record<string, string | number | boolean>;
type FeatureFlags = Record<string, string | number | boolean>;