Files
openclaw/src/plugin-sdk/memory-core-host-events.ts
2026-05-10 12:37:10 +01:00

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";