Files
moltbot/src/plugin-sdk/slack-targets.ts

7 lines
146 B
TypeScript

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