mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
fix(plugin-sdk): use outbound adapter leaf types
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { ChannelOutboundAdapter } from "../channels/plugins/types.adapters.js";
|
||||
import type { ChannelOutboundAdapter } from "../channels/plugins/outbound.types.js";
|
||||
import type { ChannelPollResult } from "../channels/plugins/types.public.js";
|
||||
import type { OutboundDeliveryResult } from "../infra/outbound/deliver.js";
|
||||
|
||||
export type { ChannelOutboundAdapter } from "../channels/plugins/types.adapters.js";
|
||||
export type { ChannelOutboundAdapter } from "../channels/plugins/outbound.types.js";
|
||||
export type ChannelSendRawResult = {
|
||||
ok: boolean;
|
||||
messageId?: string | null;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ChannelOutboundAdapter } from "../channels/plugins/types.adapters.js";
|
||||
import type { ChannelOutboundAdapter } from "../channels/plugins/outbound.types.js";
|
||||
import { readStringValue } from "../shared/string-coerce.js";
|
||||
|
||||
export type { MediaPayload, MediaPayloadInput } from "../channels/plugins/media-payload.js";
|
||||
|
||||
Reference in New Issue
Block a user