export interface FeatureFlag { name: string; description: string; enabled: boolean; }