Skip to content

Commit 3d5bc3b

Browse files
authored
chore: add SchemaAccessor to type exports (#227)
1 parent d179c06 commit 3d5bc3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ export type {
7777
SimplifiedSchema,
7878
StandardJSONSchema,
7979
MongoDBJSONSchema,
80-
ExpandedJSONSchema
80+
ExpandedJSONSchema,
81+
SchemaAccessor
8182
};
8283

8384
export {

0 commit comments

Comments
 (0)