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

Properties

Properties

label: string
value: string

Generated using TypeDoc