diff --git a/tapable.d.ts b/tapable.d.ts index 0201c9a..df0e29d 100644 --- a/tapable.d.ts +++ b/tapable.d.ts @@ -91,7 +91,7 @@ export class AsyncParallelBailHook extends AsyncHook {} export class AsyncSeriesBailHook extends AsyncHook {} export class AsyncSeriesLoopHook extends AsyncHook {} -export class AsyncSeriesWaterfallHook extends AsyncHook[0], AdditionalOptions> {} +export class AsyncSeriesWaterfallHook extends AsyncHook {} type HookFactory = (key: any, hook?: H) => H;