Interface ApplicationCommandOptionsBoolean

interface ApplicationCommandOptionsBoolean {
    name: string;
    required: boolean;
    type: BOOLEAN;
}

Hierarchy (View Summary)

Properties

Properties

name: string
required: boolean
type: BOOLEAN