fix: accounts types with new design.

This commit is contained in:
a.bouhuolia
2021-01-26 12:51:13 +02:00
parent a871aea84d
commit d789228038
24 changed files with 101 additions and 100 deletions

View File

@@ -24,6 +24,8 @@ export interface IAccount {
currencyCode: string,
transactions?: any[],
type?: any[],
accountNormal: string,
accountParentType: string,
};
export interface IAccountsFilter extends IDynamicListFilterDTO {