mirror of https://github.com/openclaw/openclaw.git
fix: import outbound delivery types
This commit is contained in:
parent
c32e3c467d
commit
a4d6638f89
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue