interface Option {
    label: string;
    value: string;
}

Properties

Properties

label: string
value: string