fix(core): update
This commit is contained in:
parent
24a0fb1a8a
commit
8befdba50a
@ -4,7 +4,7 @@ import { IContact } from '../business/contact';
|
|||||||
export interface IExpenseItem {
|
export interface IExpenseItem {
|
||||||
description: string,
|
description: string,
|
||||||
asset?: boolean,
|
asset?: boolean,
|
||||||
accountingType?: string,
|
accountingType?: any,
|
||||||
amount: number;
|
amount: number;
|
||||||
taxPercentage: number;
|
taxPercentage: number;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user