openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
10 lines • 463 B
TypeScript
import { m as loadSessionStore$1 } from "./session-key-DPs44Vwq.js";
//#region src/plugin-sdk/session-store-runtime.d.ts
/**
* @deprecated Use getSessionEntry/listSessionEntries for reads and
* patchSessionEntry/upsertSessionEntry for writes. loadSessionStore keeps the
* legacy mutable whole-store shape and will remain a compatibility escape hatch.
*/
declare const loadSessionStore: typeof loadSessionStore$1;
//#endregion
export { loadSessionStore as t };