mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 22:30:21 +00:00
refactor: untangle remaining plugin sdk boundaries
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import {
|
||||
createPluginRuntimeStore,
|
||||
type PluginRuntime,
|
||||
} from "../../../src/plugin-sdk-internal/core.js";
|
||||
import type { PluginRuntime } from "openclaw/plugin-sdk/core";
|
||||
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
|
||||
|
||||
const { setRuntime: setIMessageRuntime, getRuntime: getIMessageRuntime } =
|
||||
createPluginRuntimeStore<PluginRuntime>("iMessage runtime not initialized");
|
||||
|
||||
Reference in New Issue
Block a user