Home > @vsf-enterprise/commercetools-api > GetReviewResponse
# GetReviewResponse type
Data returned from the getReview
API endpoint
Signature:
export declare type GetReviewResponse = ReviewQueryResult & {
limit: number;
};
References: ReviewQueryResult