Skip to content

Commit 607bc9e

Browse files
fix also types for execute
1 parent 1aa4eb7 commit 607bc9e

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

src/registry/domain/errors.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export interface Plugin {
233233
dependencies: any,
234234
next: (error?: Error) => void
235235
) => void;
236-
execute: (...args: unknown[]) => unknown;
236+
execute: (...args: any[]) => any;
237237
dependencies?: string[];
238238
};
239239
}

0 commit comments

Comments
 (0)