Skip to content

DoCurious API Reference / types / Review

Interface: Review

Defined in: types/review.types.ts:13

User review of a challenge

Extends

Properties

challengeId

challengeId: string

Defined in: types/review.types.ts:15


challengeTitle

challengeTitle: string

Defined in: types/review.types.ts:20


content

content: string

Defined in: types/review.types.ts:17


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


helpfulCount

helpfulCount: number

Defined in: types/review.types.ts:21


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


rating

rating: number

Defined in: types/review.types.ts:16


reportCount

reportCount: number

Defined in: types/review.types.ts:22


status

status: ReviewStatus

Defined in: types/review.types.ts:18


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


userId

userId: string

Defined in: types/review.types.ts:14


userName

userName: string

Defined in: types/review.types.ts:19

DoCurious Platform Documentation