@nldoc/event-types
Advanced tools
+4
-4
@@ -50,3 +50,3 @@ import { z } from 'zod'; | ||
| code: z.ZodLiteral<"unexpected">; | ||
| }, z.core.$strict>]>; | ||
| }, z.core.$strict>], "code">; | ||
| export type ErrorContext = z.infer<typeof ErrorContext>; | ||
@@ -67,3 +67,3 @@ export declare const ErrorEvent: z.ZodObject<{ | ||
| code: z.ZodLiteral<"unexpected">; | ||
| }, z.core.$strict>]>; | ||
| }, z.core.$strict>], "code">; | ||
| }, z.core.$strip>; | ||
@@ -110,4 +110,4 @@ export type ErrorEvent = z.infer<typeof ErrorEvent>; | ||
| code: z.ZodLiteral<"unexpected">; | ||
| }, z.core.$strict>]>; | ||
| }, z.core.$strip>]>; | ||
| }, z.core.$strict>], "code">; | ||
| }, z.core.$strip>], "type">; | ||
| export type Event = z.infer<typeof Event>; |
+1
-1
| { | ||
| "name": "@nldoc/event-types", | ||
| "version": "2.0.65", | ||
| "version": "2.0.66", | ||
| "description": "NLdoc's Type Definitions for Events", | ||
@@ -5,0 +5,0 @@ "author": "NLdoc", |
25338
0.13%