fix(core): update

This commit is contained in:
Philipp Kunz 2018-09-04 00:19:59 +02:00
parent 24a0fb1a8a
commit 8befdba50a

View File

@ -4,7 +4,7 @@ import { IContact } from '../business/contact';
export interface IExpenseItem {
description: string,
asset?: boolean,
accountingType?: string,
accountingType?: any,
amount: number;
taxPercentage: number;
}