mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 14:40:22 +00:00
fix(extensions): remove remaining line and imessage type back-edges
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { PluginRuntime } from "openclaw/plugin-sdk/core";
|
||||
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
|
||||
import type { PluginRuntime } from "../api.js";
|
||||
|
||||
type LineChannelRuntime = {
|
||||
buildTemplateMessageFromPayload?: typeof import("./template-messages.js").buildTemplateMessageFromPayload;
|
||||
|
||||
Reference in New Issue
Block a user