interface CategoryReference {
    id: string;
    obj?: Category;
    typeId: "category";
}

Properties

Properties

id: string

Unique identifier of the referenced Category.

obj?: Category

Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

typeId: "category"

Generated using TypeDoc