export interface Enum { /** The value of the enum option. */ value: string; /** Description of what this enum value represents. */ description: string; }