portablefinance/ts/interfaces/index.ts

5 lines
137 B
TypeScript
Raw Permalink Normal View History

2023-11-16 17:54:35 +00:00
export * from './csvdescriptor.js';
2023-11-16 01:09:48 +00:00
export * from './paymentaccount.js';
export * from './transaction.js';
export * from './voucher.js';