Skip to content

Commit 411c393

Browse files
committed
chore: add SchemaAccessor to type exports
1 parent d179c06 commit 411c393

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)