GetProductReviewProps
Necessary properties to get product review information.
interface GetProductReviewProps {
productId: number;
reviewId: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
productId | Required | number | An id of the product |
reviewId | Required | number | An id of the review. |