Skip to content

Commit ad5d257

Browse files
committed
Fixed type import in zod 4 adapter
1 parent 46f05eb commit ad5d257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/adapters/zod4.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import {
22
type $ZodObject,
33
type $ZodErrorMap,
4+
type $ZodDiscriminatedUnion,
45
safeParseAsync,
5-
toJSONSchema,
6-
$ZodDiscriminatedUnion
6+
toJSONSchema
77
} from 'zod/v4/core';
88
import type { JSONSchema7 } from 'json-schema';
99
import {

0 commit comments

Comments
 (0)