fix(core): update
This commit is contained in:
@ -2,4 +2,5 @@ export interface IVoucher {
|
||||
voucherDate: Date;
|
||||
voucherId: string;
|
||||
voucherStatus: 'uploaded' | 'transmitted';
|
||||
voucherBinaryString: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user