Files
openclaw/extensions/feishu/src/comment-handler-runtime-api.ts
2026-06-04 21:59:00 -04:00

5 lines
300 B
TypeScript

// Feishu API module exposes the plugin public contract.
export type { OpenClawConfig as ClawdbotConfig } from "openclaw/plugin-sdk/config-contracts";
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime";
export { createChannelPairingController } from "openclaw/plugin-sdk/channel-pairing";