Files
openclaw/extensions/slack/config-api.ts
Peter Steinberger 637afd0114 refactor(config): move Slack and Signal schemas to plugins (#112792)
* refactor(config): move Slack and Signal schemas to plugins

* build(signal): declare schema runtime dependency

* build(signal): refresh plugin shrinkwrap
2026-07-22 19:14:56 -04:00

4 lines
202 B
TypeScript

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