portablefinance/ts/interfaces/index.ts
2023-11-16 02:09:48 +01:00

4 lines
101 B
TypeScript

export * from './paymentaccount.js';
export * from './transaction.js';
export * from './voucher.js';