Represents a Product Item object.

interface ProductResponse {
    description: string;
    heroImage: string;
    id: string;
    name: string;
}

Properties

description: string

Detailed description of the product

heroImage: string

URL to the product’s hero image

id: string

Unique identifier for the product

name: string

Name of the product