mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 20:40:42 +00:00
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
export {
|
|
resolveLegacyOutboundSendDepKeys,
|
|
resolveOutboundSendDep,
|
|
type OutboundSendDeps,
|
|
type ResolveOutboundSendDepOptions,
|
|
} from "../infra/outbound/send-deps.js";
|