CommandDeclareOptions

Signature

export type CommandDeclareOptions = DecoratorDeclareOptions | (Omit<DecoratorDeclareOptions, 'description'> & {    type: ApplicationCommandType.User | ApplicationCommandType.Message;}) | (Omit<DecoratorDeclareOptions, 'ignore' | 'aliases' | 'guildId'> & {    type: ApplicationCommandType.PrimaryEntryPoint;    handler: EntryPointCommandHandlerType;});

Members

This export does not declare public properties or methods in the generated declaration file.