mirror of https://github.com/openclaw/openclaw.git
refactor(feishu): narrow reply dispatcher exports
This commit is contained in:
parent
1ad9fe0b52
commit
2ad69083d2
|
|
@ -1,2 +1,2 @@
|
|||
export type { ClawdbotConfig, OutboundIdentity, ReplyPayload, RuntimeEnv } from "../runtime-api.js";
|
||||
export { createReplyPrefixContext } from "../runtime-api.js";
|
||||
export { createReplyPrefixContext } from "openclaw/plugin-sdk/feishu";
|
||||
|
|
|
|||
Loading…
Reference in New Issue