refactor(feishu): narrow outbound runtime exports

This commit is contained in:
Vincent Koc
2026-04-03 22:41:41 +09:00
parent 173bb0aea0
commit 597416fdd9

View File

@@ -1,2 +1 @@
export { chunkTextForOutbound } from "../runtime-api.js";
export type { ChannelOutboundAdapter } from "../runtime-api.js";
export { chunkTextForOutbound, type ChannelOutboundAdapter } from "openclaw/plugin-sdk/feishu";