Typecorev0.7.0HandlerOutcomeWhat eventDispatched publishes for each handler that ran. unknownException carries the thrown value under the same event:name:handler origin. type HandlerOutcome = Pick<HandlerResult, "handler" | "outcome">;