Files
openclaw/extensions/slack/config-api.ts

4 lines
229 B
TypeScript

// Slack API module exposes the plugin public contract.
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export { SlackConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";