mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
5 lines
300 B
TypeScript
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";
|