diff --git a/axe.d.ts b/axe.d.ts index 066bf7c377..9d50626755 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -333,7 +333,7 @@ declare namespace axe { * @param {RunOptions} options Optional Options passed into rules or checks, temporarily modifying them. */ function finishRun( - partialResults: PartialResult[], + partialResults: Array, options: RunOptions ): Promise;