mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 13:09:31 +00:00
9 lines
359 B
TypeScript
9 lines
359 B
TypeScript
// Imessage API module exposes the plugin public contract.
|
|
export {
|
|
DEFAULT_IMESSAGE_ATTACHMENT_ROOTS,
|
|
resolveIMessageAttachmentRoots as resolveInboundAttachmentRoots,
|
|
resolveIMessageAttachmentRoots,
|
|
resolveIMessageRemoteAttachmentRoots as resolveRemoteInboundAttachmentRoots,
|
|
resolveIMessageRemoteAttachmentRoots,
|
|
} from "./media-contract-api.js";
|