UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 271 B
import type { OpenClawConfig } from "../../config/config.js"; import type { ChannelId } from "./types.js"; export declare function resolveChannelConfigWrites(params: { cfg: OpenClawConfig; channelId?: ChannelId | null; accountId?: string | null; }): boolean;