import { DaffProductReviews } from '@daffodil/reviews'
A collection of product reviews.
type DaffProductReviews<T extends DaffProductReview = DaffProductReview> = DaffCollection<T>