fix(IExpense): update

This commit is contained in:
Philipp Kunz 2018-07-12 01:04:25 +02:00
parent 6a1fafeab7
commit 074f6bfd1e

View File

@ -9,7 +9,6 @@ export interface IExpenseItem {
export interface IExpense {
voucherFile?: any
expenseItems: IExpenseItem[];
pdfFile: any;
contactRef: string;
accountRef: string;
}