mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
refactor: finish decoupling plugin sdk seams
This commit is contained in:
@@ -223,17 +223,6 @@ export interface PluginSdkFacadeTypeMap {
|
||||
};
|
||||
types: {};
|
||||
};
|
||||
"imessage-targets": {
|
||||
module: typeof import("@openclaw/imessage/api.js");
|
||||
sourceModules: {
|
||||
source1: {
|
||||
module: typeof import("@openclaw/imessage/api.js");
|
||||
};
|
||||
};
|
||||
types: {
|
||||
ParsedChatTarget: import("@openclaw/imessage/api.js").ParsedChatTarget;
|
||||
};
|
||||
};
|
||||
"image-generation-runtime": {
|
||||
module: typeof import("@openclaw/image-generation-core/runtime-api.js");
|
||||
sourceModules: {
|
||||
|
||||
Reference in New Issue
Block a user