fix: import outbound delivery types
parent
c32e3c467d
commit
a4d6638f89
|
|
@ -8,8 +8,8 @@ import {
|
||||||
formatGatewaySummary,
|
formatGatewaySummary,
|
||||||
formatOutboundDeliverySummary,
|
formatOutboundDeliverySummary,
|
||||||
} from "../infra/outbound/format.js";
|
} from "../infra/outbound/format.js";
|
||||||
|
import type { OutboundDeliveryResult } from "../infra/outbound/deliver.js";
|
||||||
import {
|
import {
|
||||||
type OutboundDeliveryResult,
|
|
||||||
type MessagePollResult,
|
type MessagePollResult,
|
||||||
type MessageSendResult,
|
type MessageSendResult,
|
||||||
sendMessage,
|
sendMessage,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue