interface ProductJSON {
    @context: string;
    @type: string;
    aggregateRating: AggregateRating;
    brand: Brand;
    description: string;
    image: string;
    name: string;
    offers: Offers;
    productID: string;
    sku: string;
}

Properties

@context: string
@type: string
aggregateRating: AggregateRating
brand: Brand
description: string
image: string
name: string
offers: Offers
productID: string
sku: string