mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:40:49 +00:00
refactor(plugin-sdk): narrow config runtime imports
This commit is contained in:
@@ -47,11 +47,9 @@ export type {
|
||||
MSTeamsTeamConfig,
|
||||
MarkdownTableMode,
|
||||
OpenClawConfig,
|
||||
} from "openclaw/plugin-sdk/config-runtime";
|
||||
export {
|
||||
isDangerousNameMatchingEnabled,
|
||||
resolveDefaultGroupPolicy,
|
||||
} from "openclaw/plugin-sdk/config-runtime";
|
||||
} from "openclaw/plugin-sdk/config-types";
|
||||
export { isDangerousNameMatchingEnabled } from "openclaw/plugin-sdk/dangerous-name-runtime";
|
||||
export { resolveDefaultGroupPolicy } from "openclaw/plugin-sdk/runtime-group-policy";
|
||||
export { withFileLock } from "openclaw/plugin-sdk/file-lock";
|
||||
export { keepHttpServerTaskAlive } from "openclaw/plugin-sdk/channel-lifecycle";
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user