openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 466 B
TypeScript
import { r as DoctorSessionRouteStateOwner } from "../../runtime-doctor-CUSUXgcl.js";
//#region extensions/anthropic/doctor-contract-api.d.ts
/** Anthropic currently has no legacy config migrations. */
declare const legacyConfigRules: never[];
/** Session-route ownership metadata for Anthropic API and Claude CLI sessions. */
declare const sessionRouteStateOwners: DoctorSessionRouteStateOwner[];
//#endregion
export { legacyConfigRules, sessionRouteStateOwners };