Interface ApplicationCommandOptionBase<T>

Type Parameters

Hierarchy

Properties

description: string
descriptionLocalizations?: Record<string, string>
name: string
nameLocalizations?: Record<string, string>
required?: T extends SUB_COMMAND | SUB_COMMAND_GROUP ? boolean : never
type: T