Skip to content

Type Alias: Timestamps

Timestamps = object

Defined in: src/schema/field-types.ts:102

The document shape as stored/returned, including _id and (optional) timestamps.

Properties

createdAt

createdAt: Date

Defined in: src/schema/field-types.ts:102


updatedAt

updatedAt: Date

Defined in: src/schema/field-types.ts:102

Released under the MIT License.