SelectableValue🔗Definition🔗export interface SelectableValue { label: string; value: string; } See also🔗 SelectableValueBuilder