UNPKG

mobyo-interfaces

Version:
9 lines (8 loc) 181 B
export interface ProductBlendItemProduct { id: string; categoryId: string; categoryName: string; productId: string; productName: string; sequence: number; }