# HandlerResult

`type` in `core` · v0.8.0

<https://docs.seedcord.org/packages/core/0.8.0/types/handler-result>

One event handler's result. `handler` is its class name.

## Declaration

```ts
type HandlerResult = { readonly handler: string } & DispatchResult;
```
