ErrorBoundaryEvent: {
    error: { id: Step["id"]; message: string };
    kind: "error-boundary";
}

Type declaration

  • error: { id: Step["id"]; message: string }
  • kind: "error-boundary"