@elizaos/core v1.0.6 / v2 / ServiceTypeRegistry
Interface: ServiceTypeRegistry
Core service type registry that can be extended by plugins via module augmentation. Plugins can extend this interface to add their own service types:
Example​
declare module '@elizaos/core' {
interface ServiceTypeRegistry {
MY_CUSTOM_SERVICE: 'my_custom_service';
}
}