export interface ProductBlendItemProduct {
    id: string;
    categoryId: string;
    categoryName: string;
    productId: string;
    productName: string;
    sequence: number;
}
