Appearance
ema / @internals/db / ActorEntity
Interface: ActorEntity
Defined in: packages/ema/src/db/base.ts:97
Represents actor data structure
Extends
Properties
createdAt?
ts
optional createdAt: number;Defined in: packages/ema/src/db/base.ts:14
The date and time the entity was created
Inherited from
id?
ts
optional id: number;Defined in: packages/ema/src/db/base.ts:10
The unique identifier for the entity
Inherited from
roleId
ts
roleId: number;Defined in: packages/ema/src/db/base.ts:101
Each actor has exactly one role
updatedAt?
ts
optional updatedAt: number;Defined in: packages/ema/src/db/base.ts:105
The date and time the actor was last updated