From 04cb6f042f595976e5f508747d72e965ee2a961e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 21 Aug 2020 01:31:49 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/index.ts b/ts/index.ts index 6007bca..4e3fbab 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1 +1,3 @@ export * from './bunq.classes.account'; +export * from './bunq.classes.monetaryaccount'; +export * from './bunq.classes.transaction'; \ No newline at end of file