Skip to content

Commit

Permalink
fix(types): export more types
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Aug 20, 2022
1 parent aae9a7a commit 433a452
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,10 @@ export type {
TestOptions,
TestConfig,
} from './util/createValidation';

export type {
ObjectShape,
TypeFromShape,
DefaultFromShape,
MakePartial,
} from './util/objectTypes';

0 comments on commit 433a452

Please sign in to comment.