UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 151 B
import type { Block, KnownBlock } from "@slack/web-api"; export declare function buildSlackBlocksFallbackText(blocks: (Block | KnownBlock)[]): string;