Skip to content

DoCurious API Reference / types / RejectionReasonTemplate

Interface: RejectionReasonTemplate

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

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:804

Detailed explanation shown to the user in the rejection notification


displayOrder

displayOrder: number

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


id

id: string

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

Inherited from

BaseEntity.id


isActive

isActive: boolean

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


title

title: string

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


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