Files
openclaw/src/cli/deps.types.ts
2026-04-11 13:26:50 +01:00

4 lines
119 B
TypeScript

import type { CliOutboundSendSource } from "./outbound-send-mapping.js";
export type CliDeps = CliOutboundSendSource;