UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 189 B
import type { OpenClawConfig } from "../config/types.js"; type LoggingConfig = OpenClawConfig["logging"]; export declare function readLoggingConfig(): LoggingConfig | undefined; export {};