Comparing version 3.23.0-canary.20240315T001949 to 3.23.0-canary.20240319T231349
@@ -38,2 +38,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
data: Output; | ||
error?: never; | ||
}; | ||
@@ -43,2 +44,3 @@ export declare type SafeParseError<Input> = { | ||
error: ZodError<Input>; | ||
data?: never; | ||
}; | ||
@@ -45,0 +47,0 @@ export declare type SafeParseReturnType<Input, Output> = SafeParseSuccess<Output> | SafeParseError<Input>; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20240315T001949", | ||
"version": "3.23.0-canary.20240319T231349", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
634946
14331