@tsclass/tsclass
Advanced tools
Comparing version 1.0.37 to 1.0.38
import { TCurrency } from './currency'; | ||
import { ITransaction } from './payment'; | ||
import { ITransaction } from './transaction'; | ||
export interface ICheckingAccount { | ||
@@ -4,0 +4,0 @@ name: string; |
@@ -1,4 +0,4 @@ | ||
export interface IPayment { | ||
export interface ITransaction { | ||
amount: number; | ||
date: Date; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
import { TCurrency } from './currency'; | ||
import { ITransaction } from './payment'; | ||
import { ITransaction } from './transaction'; | ||
@@ -4,0 +4,0 @@ export interface ICheckingAccount { |
@@ -1,4 +0,4 @@ | ||
export interface IPayment { | ||
export interface ITransaction { | ||
amount: number; | ||
date: Date; | ||
} |
17873