mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 19:39:38 +00:00
6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
// Imessage API module exposes the plugin public contract.
|
|
export {
|
|
testing as imessageConversationBindingTesting,
|
|
createIMessageConversationBindingManager,
|
|
} from "./src/conversation-bindings.js";
|