mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 15:01:03 +00:00
7 lines
330 B
TypeScript
7 lines
330 B
TypeScript
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
|
|
import type { PluginRuntime } from "../runtime-api.js";
|
|
|
|
const { setRuntime: setFeishuRuntime, getRuntime: getFeishuRuntime } =
|
|
createPluginRuntimeStore<PluginRuntime>("Feishu runtime not initialized");
|
|
export { getFeishuRuntime, setFeishuRuntime };
|