# RegistrableCommandType

`type` in `http` · v0.3.1

<https://docs.seedcord.org/packages/http/0.3.1/types/registrable-command-type>

The command kinds a manifest row registers, the wire enum's other members have no handler base.

## Declaration

```ts
type RegistrableCommandType =
    ApplicationCommandType.ChatInput | ApplicationCommandType.User | ApplicationCommandType.Message;
```
