fix(core): update
This commit is contained in:
5
ts/interfaces/voucher.ts
Normal file
5
ts/interfaces/voucher.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface IVoucher {
|
||||
voucherDate: Date;
|
||||
voucherId: string;
|
||||
voucherStatus: 'uploaded' | 'transmitted';
|
||||
}
|
||||
Reference in New Issue
Block a user