Skip to content

EntityRecord

Defined in: namespaces-core-plugins.ts:399

Entity record with persisted + computed field overlay.

[key: string]: AnyJSONValue | undefined

Additional record fields.

entityType: string

Defined in: namespaces-core-plugins.ts:401

Entity type (e.g., “project”, “scheduler.job”).


entityId: string

Defined in: namespaces-core-plugins.ts:403

Entity id.


optional fields?: Record<string, AnyJSONValue>

Defined in: namespaces-core-plugins.ts:405

Field values.