DaffProductReviewCustomer
import { DaffProductReviewCustomer } from '@daffodil/reviews'
interface DaffProductReviewCustomer {
name: string
}
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the customer that created the review that is appropriate for public display |