Skip to content

EntityRecord

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

Entity record with persisted + computed field overlay.

[key: string]: AnyJSONValue | undefined

Additional record fields.

entityType: string

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

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


entityId: string

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

Entity id.


optional fields?: Record<string, AnyJSONValue>

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

Field values.