Alokai

ReviewQueryResultWithLimit

Review result with limit returned from the getProductReviews API endpoint.

type ReviewQueryResultWithLimit = ReviewQueryResult & {
  limit: number;
};

Referenced Types

On this page