export interface OptionDataInterface { id: string; text: string; type: string; quota?: number; priority: number; }