@tsclass/tsclass
Advanced tools
Comparing version 1.0.45 to 1.0.46
@@ -7,2 +7,4 @@ export interface IExpenseItem { | ||
voucherFile?: any; | ||
date: Date; | ||
description: string; | ||
expenseItems: IExpenseItem[]; | ||
@@ -9,0 +11,0 @@ contactRef: string; |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -11,2 +11,4 @@ import { IInvoice } from './invoice'; | ||
voucherFile?: any; | ||
date: Date; | ||
description: string; | ||
expenseItems: IExpenseItem[]; | ||
@@ -13,0 +15,0 @@ contactRef: string; |
20977
510