chore: export keystore types

This commit is contained in:
Danish Arora 2025-03-06 17:47:28 +05:30
parent 0f04b04704
commit 52011fe83d
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -23,3 +23,14 @@ export {
extractMetaMaskSigner,
RLN_ABI
};
export type {
DecryptedCredentials,
EncryptedCredentials,
Keccak256Hash,
KeystoreEntity,
MembershipHash,
MembershipInfo,
Password,
Sha256Hash
} from "./keystore/types.js";