Comparing version 3.23.0-canary.20240321T225632 to 3.23.0-canary.20240321T233535
@@ -478,6 +478,6 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
}>; | ||
export declare type CatchallOutput<T extends ZodTypeAny> = ZodTypeAny extends T ? unknown : { | ||
export declare type CatchallOutput<T extends ZodType> = ZodType extends T ? unknown : { | ||
[k: string]: T["_output"]; | ||
}; | ||
export declare type CatchallInput<T extends ZodTypeAny> = ZodTypeAny extends T ? unknown : { | ||
export declare type CatchallInput<T extends ZodType> = ZodType extends T ? unknown : { | ||
[k: string]: T["_input"]; | ||
@@ -484,0 +484,0 @@ }; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20240321T225632", | ||
"version": "3.23.0-canary.20240321T233535", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
639381