Interface ApplicationCommandOptionsUser

interface ApplicationCommandOptionsUser {
    name: string;
    required: boolean;
    type: USER;
}

Hierarchy (View Summary)

Properties

Properties

name: string
required: boolean
type: USER