export interface CategoriesEntity { [code: string]: { description: string; children?: CategoriesEntity; }; }