Appearance
DoCurious API Reference / types / ReflectionResponse
Interface: ReflectionResponse
Defined in: types/reflection.types.ts:34
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
Properties
challengeTitle?
optionalchallengeTitle:string
Defined in: types/reflection.types.ts:40
createdAt
createdAt:
string
Defined in: types/common.types.ts:154
ISO 8601 datetime when the entity was created
Inherited from
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
promptId
promptId:
string
Defined in: types/reflection.types.ts:35
promptQuestion?
optionalpromptQuestion:string
Defined in: types/reflection.types.ts:41
response
response:
string|number|string[]
Defined in: types/reflection.types.ts:38
submittedAt
submittedAt:
string
Defined in: types/reflection.types.ts:39
trackRecordId
trackRecordId:
string
Defined in: types/reflection.types.ts:36
updatedAt
updatedAt:
string
Defined in: types/common.types.ts:156
ISO 8601 datetime when the entity was last modified
Inherited from
userId
userId:
string
Defined in: types/reflection.types.ts:37