typealias ContextMenuCommandType

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

The type a context menu command can be.