Skip to main content

@elizaos/core v1.0.0-beta.51 / ComponentData

Type Alias: ComponentData

ComponentData: Record<string, unknown>

A generic type for the data field within a Component. While Record<string, unknown> allows for flexibility, developers are encouraged to define more specific types for component data where possible to improve type safety and code maintainability. This type serves as a base for various component implementations.

Defined in​

packages/core/src/types.ts:2257