We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa4eb7 commit 607bc9eCopy full SHA for 607bc9e
src/registry/domain/errors.ts
src/types.ts
@@ -233,7 +233,7 @@ export interface Plugin {
233
dependencies: any,
234
next: (error?: Error) => void
235
) => void;
236
- execute: (...args: unknown[]) => unknown;
+ execute: (...args: any[]) => any;
237
dependencies?: string[];
238
};
239
}
0 commit comments