mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 21:39:36 +00:00
6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
// Imessage API module exposes the plugin public contract.
|
|
export {
|
|
buildChannelConfigSchema,
|
|
IMessageConfigSchema,
|
|
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
|