mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:10:45 +00:00
fix(plugins): use tokenjuice published openclaw types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user