Interface RawModalLabel

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

Hierarchy

Properties

description?: string
label: string
type: LABEL