mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
fix: harden tokenjuice host typing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ExtensionFactory } from "@mariozechner/pi-coding-agent";
|
||||
|
||||
declare module "tokenjuice/openclaw" {
|
||||
export function createTokenjuiceOpenClawEmbeddedExtension(): ExtensionFactory;
|
||||
export function createTokenjuiceOpenClawEmbeddedExtension(): Parameters<
|
||||
import("openclaw/plugin-sdk/plugin-entry").OpenClawPluginApi["registerEmbeddedExtensionFactory"]
|
||||
>[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user