Skip to content

products.Interface.ProductReview

tgreyuk edited this page Mar 16, 2025 · 7 revisions

github-wiki-example / products / ProductReview

Interface: ProductReview

Defined in: products.ts:139

Interface representing a product review.

Properties

Property Type Defined in
comment? string products.ts:144
productId string products.ts:141
rating number products.ts:143
reviewId string products.ts:140
username string products.ts:142
Clone this wiki locally