typealias ContextMenuCommandType

export declare type ContextMenuCommandType = ApplicationCommandType.Message | ApplicationCommandType.User;

The type a context menu command can be.