UNPKG

@jadl/cmd

Version:
3 lines (2 loc) 206 B
import { ApplicationCommandType } from 'discord-api-types/v9'; export declare const Command: (name: string, description?: string | undefined, type?: ApplicationCommandType | undefined) => ClassDecorator;