export interface OptionSelect { value: string; label: string; }