graycoreio/daffodil

View on GitHub
libs/reviews/src/models/product-review-customer.interface.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface DaffProductReviewCustomer {
  /**
   * The name of the customer that created the review that is appropriate for public display
   */
  name: string;
}