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 416aa36 + d965b13 commit b5f2576Copy full SHA for b5f2576
packages/zod-openapi/src/lib/zod-extensions.ts
@@ -5,7 +5,7 @@ This code is heavily inspired by https://github.com/asteasolutions/zod-to-openap
5
import { extendApi } from './zod-openapi';
6
import {z} from "zod";
7
import { SchemaObject } from "openapi3-ts/oas31";
8
-import {ZodTypeDef} from "zod/lib/types";
+import {ZodTypeDef} from "zod";
9
10
11
declare module 'zod' {
0 commit comments