Skip to content

Commit

Permalink
Merge pull request #1009 from TimothyJones/expose-verifier-options
Browse files Browse the repository at this point in the history
fix: Export `VerifierOptions` as a root export
  • Loading branch information
mefellows authored Dec 5, 2022
2 parents 86f87ee + bbcccc8 commit a3e6b65
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 a3e6b65

Please sign in to comment.