mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 09:06:03 +00:00
4 lines
216 B
TypeScript
4 lines
216 B
TypeScript
// Feishu API module exposes the plugin public contract.
|
|
export { createFeishuThreadBindingManager } from "./src/thread-bindings.js";
|
|
export { testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";
|