export interface Option {
    label: string;
    value: number | string;
}
