commit 7ba33273225edbdce74e9b33e964e667fe31c453
parent a8e4f2d612fcf29c1b19bed999441211ed51ac08
Author: Sebastian <sebasjm@gmail.com>
Date: Thu, 1 Jul 2021 09:34:43 -0300
exported backup types from wallet core
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/packages/taler-wallet-core/src/index.ts b/packages/taler-wallet-core/src/index.ts
@@ -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"
+\ No newline at end of file