7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
export {
|
|
parseSlackTarget,
|
|
resolveSlackChannelId,
|
|
type SlackTarget,
|
|
type SlackTargetKind,
|
|
} from "../channels/slack/plugin-sdk-bridge.js";
|