Files
openclaw/extensions/msteams/src/channel-api.ts
2026-04-04 12:08:38 +09:00

10 lines
505 B
TypeScript

export type { ChannelMessageActionName } from "openclaw/plugin-sdk/channel-contract";
export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";
export type { ChannelPlugin, OpenClawConfig } from "openclaw/plugin-sdk/core";
export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/core";
export {
buildProbeChannelStatusSummary,
createDefaultChannelRuntimeState,
} from "openclaw/plugin-sdk/status-helpers";
export { chunkTextForOutbound } from "openclaw/plugin-sdk/text-chunking";