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.
req
sendRequest
unknown
1 parent 1e65911 commit 103a3b0Copy full SHA for 103a3b0
types/index.d.ts
@@ -105,7 +105,7 @@ declare global {
105
/**
106
* Allows one to send request from script asynchronously.
107
*/
108
- sendRequest(req: Request | string, callback: (...params: any[]) => any): void;
+ sendRequest(req: unknown | string, callback: (...params: any[]) => any): void;
109
expect: Chai.ExpectStatic;
110
}
111
0 commit comments