UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 236 B
import type { QueueDropPolicy, QueueMode } from "./types.js"; export declare function normalizeQueueMode(raw?: string): QueueMode | undefined; export declare function normalizeQueueDropPolicy(raw?: string): QueueDropPolicy | undefined;