exported backup types from wallet core

This commit is contained in:
Sebastian 2021-07-01 09:34:43 -03:00
parent a8e4f2d612
commit 7ba3327322
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -43,3 +43,5 @@ export * from "./util/debugFlags.js";
export { InternalWalletState } from "./common.js";
export * from "./wallet-api-types.js";
export * from "./wallet.js";
export * from "./operations/backup/index.js"