export default interface OptionType { label: string; value: string; }