export interface ProductSetTaxonCategoryFields { category_id: number; category_name: string; image_url: string; }