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 1dd0143 commit 7a30776Copy full SHA for 7a30776
src/theme/JSONSchemaViewer/types.d.ts
@@ -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"
+import { type JSONSchema as Draft_07 } from "json-schema-typed/draft-07"
+import { type JSONSchema as Draft_2019_09 } from "json-schema-typed/draft-2019-09"
+import { type JSONSchema as Draft_2020_12 } from "json-schema-typed/draft-2020-12"
4
5
export type JSONSchema = Draft_07 | Draft_2019_09 | Draft_2020_12
6
0 commit comments