fix(plugins): use tokenjuice published openclaw types

This commit is contained in:
Vincent Koc
2026-04-29 19:12:52 -07:00
parent c538906b72
commit 35264ca034
2 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
declare module "tokenjuice/openclaw" {
type OpenClawPiRuntime = {
on(event: string, handler: (event: unknown, ctx: { cwd: string }) => unknown): void;
};
export function createTokenjuiceOpenClawEmbeddedExtension(): (pi: OpenClawPiRuntime) => void;
}