Files
openclaw/extensions/imessage/config-api.ts
Peter Steinberger ebec398543 refactor: move Telegram and iMessage config schemas to plugins (#112850)
* refactor: move telegram and imessage schemas to plugins

* test: allow bundled schema facade regression coverage

* refactor: remove orphaned command config helper
2026-07-22 23:01:47 -04:00

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";