Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
import
{DMPayload} from
'.'
;
7
8
interface
SlackBotMessage {
9
ts: string;
10
channel: never;
11
}
12
13
type
ClientTypes =
'service'
|
'dm'
;
14
type
ClientMap<T> = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected