Files
openclaw/src/plugin-sdk/slack-targets.ts
2026-03-17 09:38:21 -07:00

7 lines
138 B
TypeScript

export {
parseSlackTarget,
resolveSlackChannelId,
type SlackTarget,
type SlackTargetKind,
} from "../../extensions/slack/api.js";