Files
openclaw/extensions/browser/src/config/config.ts
2026-03-27 23:20:24 +00:00

10 lines
208 B
TypeScript

export {
createConfigIO,
getRuntimeConfigSnapshot,
loadConfig,
writeConfigFile,
type BrowserConfig,
type BrowserProfileConfig,
type OpenClawConfig,
} from "openclaw/plugin-sdk/browser-support";