Alokai

GetProductReviewProps

Necessary properties to get product review information.

interface GetProductReviewProps {
	productId: number;
	reviewId: number;
}

Properties

NameRequiredTypeDescription
productIdRequirednumberAn id of the product
reviewIdRequirednumberAn id of the review.

On this page