Files
openclaw/extensions/imessage/config-api.ts
2026-06-04 21:40:44 -04:00

6 lines
180 B
TypeScript

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