refactoring: retrieve resources fields.

fix: issue in create a new custom view.
This commit is contained in:
Ahmed Bouhuolia
2020-10-17 15:00:22 +02:00
parent 7397afe2a9
commit 27ec0e91fa
13 changed files with 228 additions and 83 deletions

View File

@@ -29,6 +29,7 @@ export interface IAccountsFilter extends IDynamicListFilterDTO {
export interface IAccountType {
id: number,
key: string,
label: string,
normal: string,
rootType: string,
childType: string,