Files
openclaw/extensions/feishu/src/comment-handler-runtime-api.ts
2026-04-03 21:30:16 +09:00

4 lines
241 B
TypeScript

export type { OpenClawConfig as ClawdbotConfig } from "openclaw/plugin-sdk/config-runtime";
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime";
export { createChannelPairingController } from "openclaw/plugin-sdk/channel-pairing";