mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 13:11:40 +00:00
Plugin SDK: use public utility subpaths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { sendMessageSignal as sendMessageSignalImpl } from "../../plugin-sdk/signal.js";
|
||||
import { sendMessageSignal as sendMessageSignalImpl } from "openclaw/plugin-sdk/signal";
|
||||
|
||||
type RuntimeSend = {
|
||||
sendMessage: typeof import("../../plugin-sdk/signal.js").sendMessageSignal;
|
||||
sendMessage: typeof import("openclaw/plugin-sdk/signal").sendMessageSignal;
|
||||
};
|
||||
|
||||
export const runtimeSend = {
|
||||
|
||||
Reference in New Issue
Block a user