File

src/app/core/models/product_property.ts

Properties

id
id: number
product_id
product_id: number
property_id
property_id: number
property_name
property_name: string
value
value: string
export class ProductProperty {
  id: number;
  product_id: number;
  property_id: number;
  value: string;
  property_name: string;
}

results matching ""

    No results matching ""