ReviewQueryResultWithLimit
Review result with limit returned from the getProductReviews API endpoint.
type ReviewQueryResultWithLimit = ReviewQueryResult & {
limit: number;
};Review result with limit returned from the getProductReviews API endpoint.
type ReviewQueryResultWithLimit = ReviewQueryResult & {
limit: number;
};