@elizaos/core v1.0.6 / v2 / EventDataObject
Type Alias: EventDataObject
EventDataObject:
Record
<string
,unknown
>
Represents a generic data object that can be passed as a payload in an event.
This type is often used in TypedEventHandler
to provide a flexible yet somewhat
structured way to handle event data. Specific event handlers might cast this to a
more concrete type based on the event being processed.