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.
2 parents 8779a99 + 994a550 commit 98c3ce1Copy full SHA for 98c3ce1
src/zod.ts
@@ -38,7 +38,7 @@ type ZodTypeLike<TOutput, TInput = unknown> = {
38
[key: string]: any;
39
readonly _input: TInput;
40
readonly _output: TOutput;
41
- safeParseAsync: (data: unknown) => Promise<ZodSafeParseResultLike<TOutput>>;
+ safeParseAsync: (data: unknown) => Promise<ZodSafeParseResultLike<NoInfer<TOutput>>>;
42
'~standard': {
43
44
vendor: string;
0 commit comments