Files
openclaw/src/plugin-sdk/plugin-state-runtime.ts
2026-06-16 09:36:32 +08:00

11 lines
310 B
TypeScript

/**
* Runtime SDK type surface for plugin-scoped keyed state stores.
*/
export { configureSqliteConnectionPragmas } from "../infra/sqlite-wal.js";
export type {
OpenKeyedStoreOptions,
PluginStateEntry,
PluginStateKeyedStore,
PluginStateSyncKeyedStore,
} from "../plugin-state/plugin-state-store.js";