mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 21:04:45 +00:00
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
/**
|
|
* @deprecated Compatibility alias. Import memory event helpers from
|
|
* `openclaw/plugin-sdk/memory-host-events` instead.
|
|
*/
|
|
|
|
export * from "../memory-host-sdk/events.js";
|