Product Review
amerta / payload-types / ProductReview
Interface: ProductReview
Defined in: payload-types.ts:2379
This interface was referenced by Config's JSON-Schema
via the definition "product-reviews".
Properties
author
author:
string
Defined in: payload-types.ts:2382
content
content:
string
Defined in: payload-types.ts:2385
createdAt
createdAt:
string
Defined in: payload-types.ts:2389
deletedAt?
optionaldeletedAt:string|null
Defined in: payload-types.ts:2391
email:
string
Defined in: payload-types.ts:2383
id
id:
string
Defined in: payload-types.ts:2380
product
product:
string|Product
Defined in: payload-types.ts:2381
rating
rating:
number
Defined in: payload-types.ts:2384
rejectionReason?
optionalrejectionReason:string|null
Defined in: payload-types.ts:2388
status
status:
"pending"|"approved"|"rejected"
Defined in: payload-types.ts:2387
updatedAt
updatedAt:
string
Defined in: payload-types.ts:2390
verified?
optionalverified:boolean|null
Defined in: payload-types.ts:2386