openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 316 B
TypeScript
import { t as PluginDoctorStateMigration } from "../../runtime-doctor-CUSUXgcl.js";
//#region extensions/active-memory/doctor-contract-api.d.ts
/** State migrations exposed to OpenClaw doctor for Active Memory. */
declare const stateMigrations: PluginDoctorStateMigration[];
//#endregion
export { stateMigrations };