Skip to content

Commit

Permalink
fix: Export VerifierOptions as a root export
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Dec 5, 2022
1 parent 98530cd commit bbcccc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export * from './dsl/message';
* @static
*/
export * from './dsl/verifier/verifier';
export { VerifierOptions } from './dsl/verifier/types';

/**
* Exposes {@link GraphQL}
Expand Down

0 comments on commit bbcccc8

Please sign in to comment.