Type Alias CommandDecorator

CommandDecorator: (<B>(builder: B, options?: Record<string, CommandDecoratorOption>) => B extends SlashCommandBuilder
    ? SlashCommandOptionsOnlyBuilder
    : SlashCommandSubcommandBuilder)
""