graycoreio/daffodil

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

Summary

Maintainability
A
0 mins
Test Coverage
import { DaffProduct } from '@daffodil/product';

export interface DaffReviewedProduct extends DaffProduct {
  aggregateReview: number;
  reviewCount: number;
}