Files
openclaw/extensions/slack/config-api.ts
2026-06-04 22:03:15 -04:00

6 lines
174 B
TypeScript

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