export declare type ContextMenuCommandType = ApplicationCommandType.Message | ApplicationCommandType.User;
The type a context menu command can be.
export declare type ContextMenuCommandType = ApplicationCommandType.Message | ApplicationCommandType.User;
The type a context menu command can be.