Represents a Collection object.

interface CollectionResponse {
    id: string;
    logoImage: string;
    name: string;
    title: string;
}

Properties

Properties

id: string

Unique identifier for the collection

logoImage: string

URL to the collection’s logo image

name: string

Machine-readable name of the collection

title: string

Human-readable title of the collection