Skip to content

DoCurious API Reference / types / ReflectionPrompt

Interface: ReflectionPrompt

Defined in: types/reflection.types.ts:24

Base interface for all persisted domain entities, providing a UUID and timestamps.

Remarks

Nearly every domain type in the application extends BaseEntity. The id field is mapped from the backend's uuid column by the adapter layer.

Extends

Extended by

Properties

ageGroup

ageGroup: AgeGroup

Defined in: types/reflection.types.ts:29


createdAt

createdAt: string

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

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


displayOrder

displayOrder: number

Defined in: types/reflection.types.ts:31


id

id: string

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

Inherited from

BaseEntity.id


isRequired

isRequired: boolean

Defined in: types/reflection.types.ts:30


options?

optional options: string[]

Defined in: types/reflection.types.ts:27


question

question: string

Defined in: types/reflection.types.ts:25


selCompetency?

optional selCompetency: SELCompetency

Defined in: types/reflection.types.ts:28


type

type: ReflectionPromptType

Defined in: types/reflection.types.ts:26


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