# DispatchState

`interface` in `types` · v0.13.0

<https://docs.seedcord.org/packages/types/0.13.0/interfaces/dispatch-state>

The per-dispatch bag's keys. Any code can merge fields into it by declaration merging, the same pattern as SlashRegistry. The bag stays inert until one does.

```ts
interface DispatchState
```
