fix(feishu): remove runtime api type cycle

This commit is contained in:
Vincent Koc
2026-04-09 09:23:52 +01:00
parent 60a3733f12
commit 3f7e6c7c64

View File

@@ -1,5 +1,5 @@
import type { PluginRuntime } from "openclaw/plugin-sdk/core";
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");