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 157b18d commit aedf93fCopy full SHA for aedf93f
deno/lib/types.ts
@@ -168,7 +168,7 @@ export type SafeParseReturnType<Input, Output> =
168
export abstract class ZodType<
169
Output = any,
170
Def extends ZodTypeDef = ZodTypeDef,
171
- Input = any
+ Input = Output
172
> {
173
readonly _type!: Output;
174
readonly _output!: Output;
src/types.ts
0 commit comments