# SelectMenuKind

`enum` in `core` · v0.1.0-next.5

<https://docs.seedcord.org/packages/core/0.1.0-next.5/enums/select-menu-kind>

The select menu kinds the select route decorators take.

```ts
enum SelectMenuKind
```

## Members

- **Channel** `Channel`
- **Mentionable** `Mentionable`
- **Role** `Role`
- **String** `String`
- **User** `User`
