Skip to content

Commit 2646e64

Browse files
committed
Export JsonSchemaBoolean
1 parent 646e134 commit 2646e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2020-12.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ export type JsonSchemaObject = CoreKeywords &
103103
UnevaluatedLocationsKeywords &
104104
ObjectSubschemaKeywords;
105105

106-
type JsonSchemaBoolean = boolean;
106+
export type JsonSchemaBoolean = boolean;
107107

108108
export type JsonSchema = JsonSchemaBoolean | JsonSchemaObject;

0 commit comments

Comments
 (0)