interface ModalLabel {
    component: StringSelectMenu | TextInput;
    description?: string;
    id?: number;
    label: string;
    type: LABEL;
}

Hierarchy (view full)

Properties

description?: string
id?: number

Autoincremented number if not provided

label: string
type: LABEL