GitHub

DaffReviewRating

import { DaffReviewRating } from '@daffodil/reviews'

interface DaffReviewRating {
  label: string
  value: number
}

Properties

label
string

The particular aspect of the product to which this rating applies.

value
number

The value of the rating.