Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ReviewQueryResultWithLimit

Review result with limit returned from the getProductReviews API endpoint.

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

Referenced Types

On this page