Files
openclaw/src/cli/deps.types.ts
2026-06-03 18:43:23 -04:00

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;