Files
openclaw/extensions/feishu/src/comment-handler-runtime-api.ts
2026-04-27 14:58:32 +01:00

4 lines
239 B
TypeScript

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