# SelectMenuKind

`enum` in `core` · v0.3.1

<https://docs.seedcord.org/packages/core/0.3.1/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`
