mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 13:43:37 +00:00
11 lines
310 B
TypeScript
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";
|