interface ModalLabel {
    component: TextInput | SelectMenuComponent;
    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