export type FeatureFlag = never;
export type FeatureFlags = Partial<Record<FeatureFlag, boolean>> & Record<string, boolean>;
