@tsclass/tsclass
Advanced tools
Comparing version 1.0.31 to 1.0.32
@@ -8,5 +8,4 @@ export interface IExpenseItem { | ||
expenseItems: IExpenseItem[]; | ||
pdfFile: any; | ||
contactRef: string; | ||
accountRef: string; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -12,5 +12,4 @@ import { IInvoice } from './invoice'; | ||
expenseItems: IExpenseItem[]; | ||
pdfFile: any; | ||
contactRef: string; | ||
accountRef: string; | ||
} |
15938
290