@tsclass/tsclass
Advanced tools
Comparing version 3.0.38 to 3.0.39
@@ -10,3 +10,7 @@ import * as business from './'; | ||
invoice?: finance.IInvoice; | ||
contractRef: string; | ||
timesheetRef: string; | ||
pdfAttachments: Uint8Array[]; | ||
legalContact: business.IContact; | ||
language: string; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "3.0.38", | ||
"version": "3.0.39", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -10,3 +10,8 @@ import * as business from './'; | ||
invoice?: finance.IInvoice; | ||
contractRef: string; | ||
timesheetRef: string; | ||
pdfAttachments: Uint8Array[]; | ||
legalContact: business.IContact; | ||
language: string; | ||
} |
47471
1188