fix(core): update

This commit is contained in:
2023-11-16 18:54:35 +01:00
parent 834ba90170
commit e731e017bb
4 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,4 @@
export interface ICsvDescriptor {
name: string;
contentString: string;
}

View File

@ -1,3 +1,4 @@
export * from './csvdescriptor.js';
export * from './paymentaccount.js';
export * from './transaction.js';
export * from './voucher.js';