Interface ProductImage

An image of the product.

interface ProductImage {
    productImage?: Image;
}

Properties

Properties

productImage?: Image

An image of the product to be recontextualized.