portablefinance/ts/interfaces/index.ts

4 lines
92 B
TypeScript
Raw Normal View History

2021-04-15 01:06:14 +00:00
export * from './paymentaccount';
export * from './transaction';
2021-04-15 01:06:42 +00:00
export * from './voucher';