mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 11:21:34 +00:00
* refactor: move telegram and imessage schemas to plugins * test: allow bundled schema facade regression coverage * refactor: remove orphaned command config helper
4 lines
208 B
TypeScript
4 lines
208 B
TypeScript
// Imessage API module exposes the plugin public contract.
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|
|
export { IMessageConfigSchema } from "./src/config-schema.js";
|