Files
openclaw/extensions/imessage/config-api.ts

4 lines
235 B
TypeScript

// Imessage API module exposes the plugin public contract.
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export { IMessageConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";