mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 07:33:46 -06:00
637afd0114
* refactor(config): move Slack and Signal schemas to plugins * build(signal): declare schema runtime dependency * build(signal): refresh plugin shrinkwrap
4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
// Signal API module exposes the plugin public contract.
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|
|
export { SignalConfigSchema } from "./src/config-schema.js";
|