MCPcopy
hub / github.com/jef/streetmerchant / SlackBotMessage

Interface SlackBotMessage

src/messaging/slack.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import {DMPayload} from '.';
7
8interface SlackBotMessage {
9 ts: string;
10 channel: never;
11}
12
13type ClientTypes = 'service' | 'dm';
14type ClientMap<T> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected