mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
10 lines
447 B
TypeScript
10 lines
447 B
TypeScript
export type { ChannelPlugin, OpenClawPluginApi, PluginRuntime } from "openclaw/plugin-sdk/core";
|
|
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
|
|
export type {
|
|
OpenClawPluginService,
|
|
OpenClawPluginServiceContext,
|
|
PluginLogger,
|
|
} from "openclaw/plugin-sdk/core";
|
|
export type { ResolvedQQBotAccount, QQBotAccountConfig } from "./src/types.js";
|
|
export { getQQBotRuntime, setQQBotRuntime } from "./src/bridge/runtime.js";
|