You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

ContextMenuCommandType

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