From 433a45252cac4621c00adbeb3c9320caca55cced Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Fri, 19 Aug 2022 21:38:45 -0400 Subject: [PATCH] fix(types): export more types --- src/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.ts b/src/index.ts index 4914a7371..48d003da5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -106,3 +106,10 @@ export type { TestOptions, TestConfig, } from './util/createValidation'; + +export type { + ObjectShape, + TypeFromShape, + DefaultFromShape, + MakePartial, +} from './util/objectTypes';