Skip to content

DoCurious API Reference / types / Timestamps

Interface: Timestamps

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

ISO 8601 timestamp pair present on all persisted entities.

Extended by

Properties

createdAt

createdAt: string

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

ISO 8601 datetime when the entity was created


updatedAt

updatedAt: string

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

ISO 8601 datetime when the entity was last modified

DoCurious Platform Documentation