UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 262 B
import { z } from "zod"; export declare const ChannelHeartbeatVisibilitySchema: z.ZodOptional<z.ZodObject<{ showOk: z.ZodOptional<z.ZodBoolean>; showAlerts: z.ZodOptional<z.ZodBoolean>; useIndicator: z.ZodOptional<z.ZodBoolean>; }, z.core.$strict>>;