@tsclass/tsclass
Advanced tools
Comparing version 1.0.48 to 1.0.49
@@ -0,1 +1,2 @@ | ||
import { IContact } from '../business/contact'; | ||
export interface IExpenseItem { | ||
@@ -13,4 +14,4 @@ description: string; | ||
expenseItems: IExpenseItem[]; | ||
contactRef: string; | ||
contactRef: IContact; | ||
accountRef: string; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.48", | ||
"version": "1.0.49", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -17,4 +17,4 @@ import { IInvoice } from './invoice'; | ||
expenseItems: IExpenseItem[]; | ||
contactRef: string; | ||
contactRef: IContact; | ||
accountRef: string; | ||
} |
21173
517