@elizaos/core v1.0.0-beta.51 / MetadataObject
Type Alias: MetadataObject
MetadataObject:
Record
<string
,unknown
>
A generic type for metadata objects, often used in various parts of the system like
Relationship
metadata or other extensible data structures.
It allows for arbitrary key-value pairs where values are of unknown
type,
encouraging consumers to perform type checking or casting.