Interface FormModalSingleSelectFieldOption

interface FormModalSingleSelectFieldOption {
    description?: string;
    label: string;
    value: string;
}

Properties

description?: string
label: string
value: string

Generated using TypeDoc