Files
openclaw-home-pc/openclaw/extensions/wecom-openclaw-plugin/dist/src/runtime.d.ts
T
2026-03-21 15:31:06 +08:00

4 lines
181 B
TypeScript

import type { PluginRuntime } from "openclaw/plugin-sdk";
export declare function setWeComRuntime(r: PluginRuntime): void;
export declare function getWeComRuntime(): PluginRuntime;