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 832a423 commit a147457Copy full SHA for a147457
src/lib/adapters/zod.ts
@@ -35,8 +35,6 @@ export type ZodObjectTypes = ZodObjectType;
35
36
// left in for compatibility reasons
37
export type ZodValidation<T extends ZodObjectTypes = ZodObjectTypes> = T;
38
-// type asdf = ZodValidation['_output']
39
-// type asdf2 = ZodValidation['_input']
40
41
async function validate<T extends ZodValidation>(
42
schema: T,
0 commit comments