mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Merge pull request #24313 from lmc83/master
[@types/webdriverio] Add details param to ErrorHandler constructor
This commit is contained in:
Vendored
+2
-2
@@ -464,8 +464,8 @@ declare namespace WebdriverIO {
|
||||
run(): Promise<any>;
|
||||
}
|
||||
|
||||
class ErrorHandler {
|
||||
constructor(type: string, msg: string | number);
|
||||
class ErrorHandler extends Error {
|
||||
constructor(type: string, msg: string | number, details?: string);
|
||||
}
|
||||
|
||||
function multiremote(options: MultiRemoteOptions): Client<void>;
|
||||
|
||||
Reference in New Issue
Block a user