mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06: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;
|