Skip to content

Commit 7a30776

Browse files
authored
Update types.d.ts
1 parent 1dd0143 commit 7a30776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/JSONSchemaViewer/types.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { JSONSchema as Draft_07 } from "json-schema-typed/draft-07"
2-
import type { JSONSchema as Draft_2019_09 } from "json-schema-typed/draft-2019-09"
3-
import type { JSONSchema as Draft_2020_12 } from "json-schema-typed/draft-2020-12"
1+
import { type JSONSchema as Draft_07 } from "json-schema-typed/draft-07"
2+
import { type JSONSchema as Draft_2019_09 } from "json-schema-typed/draft-2019-09"
3+
import { type JSONSchema as Draft_2020_12 } from "json-schema-typed/draft-2020-12"
44

55
export type JSONSchema = Draft_07 | Draft_2019_09 | Draft_2020_12
66

0 commit comments

Comments
 (0)