Interface FormModalSingleSelectOptionGroup

interface FormModalSingleSelectOptionGroup {
    label: string;
    options: FormModalSingleSelectFieldOption[];
}

Properties

Properties

label: string

Generated using TypeDoc