UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 163 B
import type { SlackMonitorContext } from "../context.js"; export declare function registerSlackInteractionEvents(params: { ctx: SlackMonitorContext; }): void;