export interface CatalogCategoryInterface { name: string; slug: string; }