DaffReviewRating
import { DaffReviewRating } from '@daffodil/reviews'
interface DaffReviewRating {
label: string
value: number
}
Properties
Name | Type | Description |
---|---|---|
label | string | The particular aspect of the product to which this rating applies. |
value | number | The value of the rating. |