@tsclass/tsclass
Advanced tools
Comparing version 3.0.47 to 3.0.48
@@ -6,4 +6,4 @@ import * as business from './'; | ||
date: number; | ||
from: business.IAddress; | ||
to: business.IAddress; | ||
from: business.IContact; | ||
to: business.IContact; | ||
logoUrl: string; | ||
@@ -10,0 +10,0 @@ accentColor: string; |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "3.0.47", | ||
"version": "3.0.48", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -6,4 +6,4 @@ import * as business from './'; | ||
date: number; | ||
from: business.IAddress; | ||
to: business.IAddress; | ||
from: business.IContact; | ||
to: business.IContact; | ||
logoUrl: string; | ||
@@ -10,0 +10,0 @@ accentColor: string; |