diff --git a/src/commands/message.ts b/src/commands/message.ts index 97e83319f..220c9bc08 100644 --- a/src/commands/message.ts +++ b/src/commands/message.ts @@ -8,8 +8,8 @@ import { formatGatewaySummary, formatOutboundDeliverySummary, } from "../infra/outbound/format.js"; +import type { OutboundDeliveryResult } from "../infra/outbound/deliver.js"; import { - type OutboundDeliveryResult, type MessagePollResult, type MessageSendResult, sendMessage,