Type Alias: CommandOptionTypes
type CommandOptionTypes: object;
Type declaration
attachment
attachment: Attachment;
boolean
boolean: boolean;
channel
channel: GuildBasedChannel;
integer
integer: number;
member
member: GuildMember | null;
mention
mention: GuildMember | Role;
number
number: number;
role
role: Role;
string
string: string;
user
user: User;