mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 20:01:36 +00:00
11 lines
350 B
TypeScript
11 lines
350 B
TypeScript
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
|
export {
|
|
buildFeishuConversationId,
|
|
createFeishuThreadBindingManager,
|
|
feishuSessionBindingAdapterChannels,
|
|
feishuThreadBindingTesting,
|
|
parseFeishuDirectConversationId,
|
|
parseFeishuConversationId,
|
|
parseFeishuTargetId,
|
|
} from "../../extensions/feishu/api.js";
|