Skip to content

agent-event-service / Exports / IBaseEventData

Interface: IBaseEventData

Base event payload shape. Emitters may add additional fields, but MUST keep linkage information explicit.

Hierarchy

Indexable

▪ [key: string]: TEventExtensionValue | undefined

Extensible fields for event-specific payloads

Table of contents

Properties

Properties

timestamp

timestamp: Date

Timestamp when the event was emitted. This is required for deterministic ordering.

Defined in

interfaces.ts:78


metadata

Optional metadata: TEventLoggerData

Optional structured metadata

Defined in

interfaces.ts:81

Released under the MIT License.