UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 166 B
import type { ErrorShape } from "./protocol/index.js"; export type DedupeEntry = { ts: number; ok: boolean; payload?: unknown; error?: ErrorShape; };