mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-02 12:51:57 +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";
|