# HandlerOutcome

`type` in `core` · v0.7.0

<https://docs.seedcord.org/packages/core/0.7.0/handler-outcome>

What `eventDispatched` publishes for each handler that ran. `unknownException` carries the thrown value under the same `event:name:handler` origin.

## Declaration

```ts
type HandlerOutcome = Pick<HandlerResult, "handler" | "outcome">;
```
