mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Update request.d.ts
fix according to review comment
This commit is contained in:
Vendored
+1
-1
@@ -86,7 +86,7 @@ declare module 'request' {
|
||||
qs?: any;
|
||||
json?: any;
|
||||
multipart?: RequestPart[] | Multipart;
|
||||
agent?: http.Agent;
|
||||
agent?: http.Agent | https.Agent;
|
||||
agentOptions?: any;
|
||||
agentClass?: any;
|
||||
forever?: any;
|
||||
|
||||
Reference in New Issue
Block a user