# ContextMenuKind

`type` in `core` · v0.8.0

<https://docs.seedcord.org/packages/core/0.8.0/types/context-menu-kind>

The two context-menu command kinds Discord defines.

## Declaration

```ts
type ContextMenuKind = ApplicationCommandType.User | ApplicationCommandType.Message;
```
