mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 05:13:32 +00:00
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
// Shared dependency surface for CLI send commands.
|
|
import type { CliOutboundSendSource } from "./outbound-send-mapping.js";
|
|
|
|
/** CLI dependency bag currently used by outbound send command plumbing. */
|
|
export type CliDeps = CliOutboundSendSource;
|