Description

Product image response

interface ProductImageResponse {
    id: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

id: string
url: string

Generated using TypeDoc