@tsclass/tsclass
Advanced tools
Comparing version 1.0.29 to 1.0.30
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
import { IInvoice } from './invoice'; | ||
export interface IExpense { | ||
invoice: IInvoice, | ||
account: string | ||
invoice: IInvoice; | ||
account: string; | ||
} |
Sorry, the diff of this file is not supported yet
15688