mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 04:28:58 +02:00
8 lines
238 B
TypeScript
8 lines
238 B
TypeScript
import { createPluginBoundaryRuntimeSend } from "./plugin-boundary-send.js";
|
|
|
|
export const runtimeSend = createPluginBoundaryRuntimeSend({
|
|
pluginId: "slack",
|
|
exportName: "sendMessageSlack",
|
|
missingLabel: "Slack plugin runtime",
|
|
});
|