interface ReviewReference {
    id: string;
    obj?: Review;
    typeId: "review";
}

Properties

Properties

id: string

Unique identifier of the referenced Review.

obj?: Review

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

typeId: "review"

Generated using TypeDoc