export interface UserAvailableCatalogsFields { catalog_id: string; catalog_name: string; product_count: number; shop_name: string; }