mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Update request.d.ts (#12731)
adding some missing valid options to type definitions relating to query string handling
This commit is contained in:
Vendored
+2
@@ -85,6 +85,8 @@ declare module 'request' {
|
||||
aws?: AWSOptions;
|
||||
hawk?: HawkOptions;
|
||||
qs?: any;
|
||||
qsStringifyOptions?: any;
|
||||
qsParseOptions?: any;
|
||||
json?: any;
|
||||
multipart?: RequestPart[] | Multipart;
|
||||
agent?: http.Agent | https.Agent;
|
||||
|
||||
Reference in New Issue
Block a user