mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
8 lines
300 B
TypeScript
8 lines
300 B
TypeScript
export {
|
|
DEFAULT_IMESSAGE_ATTACHMENT_ROOTS,
|
|
resolveIMessageAttachmentRoots,
|
|
resolveIMessageAttachmentRoots as resolveInboundAttachmentRoots,
|
|
resolveIMessageRemoteAttachmentRoots,
|
|
resolveIMessageRemoteAttachmentRoots as resolveRemoteInboundAttachmentRoots,
|
|
} from "./src/media-contract.js";
|