We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe051e commit 7e7adfdCopy full SHA for 7e7adfd
typescript-sdk/packages/core/src/events.ts
@@ -28,7 +28,7 @@ export enum EventType {
28
STEP_FINISHED = "STEP_FINISHED",
29
}
30
31
-const BaseEventSchema = z.object({
+export const BaseEventSchema = z.object({
32
type: z.nativeEnum(EventType),
33
timestamp: z.number().optional(),
34
rawEvent: z.any().optional(),
0 commit comments