bunq/ts/index.ts

3 lines
131 B
TypeScript
Raw Normal View History

2019-10-02 21:34:05 +00:00
export * from './bunq.classes.account';
2020-08-21 01:31:49 +00:00
export * from './bunq.classes.monetaryaccount';
export * from './bunq.classes.transaction';