UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 134 B
export type ChatType = "direct" | "group" | "channel"; export declare function normalizeChatType(raw?: string): ChatType | undefined;