Interface ApplicationCommandOptionsRole

interface ApplicationCommandOptionsRole {
    name: string;
    required: boolean;
    type: ROLE;
}

Hierarchy (View Summary)

Properties

Properties

name: string
required: boolean
type: ROLE