From 411c393a79a8980bb8b0089ee065d1954c098961 Mon Sep 17 00:00:00 2001 From: Rhys Howell Date: Mon, 10 Feb 2025 11:19:06 -0500 Subject: [PATCH] chore: add SchemaAccessor to type exports --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f4c6e44..1611280 100644 --- a/src/index.ts +++ b/src/index.ts @@ -77,7 +77,8 @@ export type { SimplifiedSchema, StandardJSONSchema, MongoDBJSONSchema, - ExpandedJSONSchema + ExpandedJSONSchema, + SchemaAccessor }; export {