export enum AccountTypeEnum { CURRENT_ASSETS = 'current_assets', NON_CURRENT_ASSETS = 'non_current_assets', OTHER_ASSETS = 'other_assets', CURRENT_LIABILITIES = 'current_liabilities', NON_CURRENT_LIABILITIES = 'non_current_liabilities', EQUITY = 'equity', INCOME = 'income', OTHER_INCOME = 'other_income', COST_OF_SALES = 'cost_of_sales', EXPENSES = 'expenses', TAXATION = 'taxation', }