mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-04 22:01:15 +00:00
12 lines
292 B
TypeScript
12 lines
292 B
TypeScript
export {
|
|
authorizeConfigWrite,
|
|
canBypassConfigWritePolicy,
|
|
formatConfigWriteDeniedMessage,
|
|
resolveChannelConfigWrites,
|
|
} from "./channel-config-helpers.js";
|
|
export type {
|
|
ConfigWriteAuthorizationResult,
|
|
ConfigWriteScope,
|
|
ConfigWriteTarget,
|
|
} from "./channel-config-helpers.js";
|