fix(IExpense): update
This commit is contained in:
parent
6a1fafeab7
commit
074f6bfd1e
@ -9,7 +9,6 @@ export interface IExpenseItem {
|
|||||||
export interface IExpense {
|
export interface IExpense {
|
||||||
voucherFile?: any
|
voucherFile?: any
|
||||||
expenseItems: IExpenseItem[];
|
expenseItems: IExpenseItem[];
|
||||||
pdfFile: any;
|
|
||||||
contactRef: string;
|
contactRef: string;
|
||||||
accountRef: string;
|
accountRef: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user