mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 11:01:34 +00:00
* refactor(config): move Slack and Signal schemas to plugins * build(signal): declare schema runtime dependency * build(signal): refresh plugin shrinkwrap
4 lines
202 B
TypeScript
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";
|