mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-29 16:54:30 +00:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
export {
|
|
parseSlackTarget,
|
|
resolveSlackChannelId,
|
|
type SlackTarget,
|
|
type SlackTargetKind,
|
|
} from "../../extensions/slack/src/targets.js";
|