Appearance
typedoc-vitepress-theme-example / products / ProductReview
Interface representing a product review.
optional comment: string;
productId: string;
rating: number;
reviewId: string;
username: string;