UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 192 B
import type { ZodTypeAny } from "zod"; import type { ChannelConfigSchema } from "./types.plugin.js"; export declare function buildChannelConfigSchema(schema: ZodTypeAny): ChannelConfigSchema;