export const MAP_CONFIG = { childrenPath: 'children', pathFormat: 'array' }; export const DISPLAY_COLUMNS_BY = { DATE_PERIODS: 'date_periods', TOTAL: 'total', }; export enum IROW_TYPE { AGGREGATE = 'AGGREGATE', ACCOUNTS = 'ACCOUNTS', ACCOUNT = 'ACCOUNT', TOTAL = 'TOTAL', }