fix(IExpense): update
This commit is contained in:
		@@ -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;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user