Skip to content

DoCurious API Reference / types / RejectionReasonTemplate

Interface: RejectionReasonTemplate

Defined in: types/challenge.types.ts:770

Admin-configurable template for standardized Track Record rejection reasons.

Remarks

Reviewers select from these templates when rejecting a TR, ensuring consistent and actionable feedback to users.

Extends

Properties

createdAt

createdAt: string

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

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


description

description: string

Defined in: types/challenge.types.ts:773

Detailed explanation shown to the user in the rejection notification


displayOrder

displayOrder: number

Defined in: types/challenge.types.ts:775


id

id: string

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

Inherited from

BaseEntity.id


isActive

isActive: boolean

Defined in: types/challenge.types.ts:774


title

title: string

Defined in: types/challenge.types.ts:771


updatedAt

updatedAt: string

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

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt

DoCurious Platform Documentation