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 5ceda1b commit 994a550Copy full SHA for 994a550
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