export interface EnumOption { /** The enum value (e.g. "ANNUAL", "MONTHLY", etc.) */ value: string; /** The description of the enum value */ description: string; }