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

Properties

Properties

label: string

Unique key or identifier for the option (used as value in forms)

value: string

Display label or description shown to users