@tsclass/tsclass
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -14,4 +14,5 @@ import { IAddress } from '../index'; | ||
description: string; | ||
customerNumber: string; | ||
vatId?: string; | ||
bankAccountNumber?: string; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -21,2 +21,3 @@ import { IAddress } from '../index'; | ||
description: string; | ||
customerNumber: string; | ||
@@ -23,0 +24,0 @@ |
15026
260