We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e00aa commit 14b31dbCopy full SHA for 14b31db
index.d.ts
@@ -43,7 +43,7 @@ declare class AggregateError extends Error implements Iterable<Error> {
43
//=> [Error: baz]
44
```
45
*/
46
- constructor(errors: ReadonlyArray<Error | {[key: string]: unknown} | string>);
+ constructor(errors: ReadonlyArray<Error | {[key: string]: any} | string>);
47
48
[Symbol.iterator](): IterableIterator<Error>;
49
}
0 commit comments