Skip to content

Commit bbcccc8

Browse files
committedDec 5, 2022
fix: Export VerifierOptions as a root export
1 parent 98530cd commit bbcccc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export * from './dsl/message';
5454
* @static
5555
*/
5656
export * from './dsl/verifier/verifier';
57+
export { VerifierOptions } from './dsl/verifier/types';
5758

5859
/**
5960
* Exposes {@link GraphQL}

0 commit comments

Comments
 (0)
Please sign in to comment.