Skip to content

Commit

Permalink
feat: add missing types to export
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas779 committed Jan 25, 2025
1 parent c757a61 commit 68a997d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abstractionkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export {
export {
CreateUserOperationV6Overrides,
CreateUserOperationV7Overrides,
ECDSAPublicAddress,
InitCodeOverrides,
SafeModuleExecutorFunctionSelector,
SafeUserOperationTypedDataDomain,
Expand All @@ -45,6 +46,7 @@ export {
WebauthnDummySignerSignaturePair,
WebauthnSignatureData,
SignerSignaturePair,
Signer,
} from "./account/Safe/types";

export {
Expand Down

0 comments on commit 68a997d

Please sign in to comment.