mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 02:30:21 +00:00
Plugins: internalize slack SDK imports
This commit is contained in:
@@ -3,9 +3,9 @@ import {
|
||||
normalizeInteractiveReply,
|
||||
type ChannelMessageActionContext,
|
||||
} from "openclaw/plugin-sdk/channel-runtime";
|
||||
import { readNumberParam, readStringParam } from "openclaw/plugin-sdk/slack-core";
|
||||
import { parseSlackBlocksInput } from "./blocks-input.js";
|
||||
import { buildSlackInteractiveBlocks } from "./blocks-render.js";
|
||||
import { readNumberParam, readStringParam } from "./runtime-api.js";
|
||||
|
||||
type SlackActionInvoke = (
|
||||
action: Record<string, unknown>,
|
||||
|
||||
Reference in New Issue
Block a user