Interface RawModalLabel

interface RawModalLabel {
    component: RawTextInput | RawSelectMenuComponent;
    description?: string;
    label: string;
    type: LABEL;
}

Hierarchy

Properties

description?: string
label: string
type: LABEL