UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 217 B
import { ProductBlendItemProduct } from './product-blend-item-product.interface'; export interface ProductBlendItem { name: string; price: string; items: ProductBlendItemProduct[]; sequence: number; }