Skip to content

ema / @internals/db / Entity

Interface: Entity

Defined in: db/base.ts:6

Represents an entity in the database

Extended by

Properties

createdAt?

ts
optional createdAt: number;

Defined in: db/base.ts:14

The date and time the entity was created


id?

ts
optional id: number;

Defined in: db/base.ts:10

The unique identifier for the entity