Skip to content

Commit fb8544f

Browse files
import type separately
1 parent 331a485 commit fb8544f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validators/arktype.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { IdHelper } from "../id-helper";
2-
import { Type, type } from "arktype";
2+
import { type } from "arktype";
33
import type { GeneratedId, SeparatorOrDefault } from "../types";
4+
import type { Type } from "arktype";
45

56
export function createArkTypeIdSchema<
67
P extends string,

0 commit comments

Comments
 (0)