mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #7634 from Norgerman/master
add useQuerystring into request.CoreOptions
This commit is contained in:
Vendored
+1
@@ -110,6 +110,7 @@ declare module 'request' {
|
||||
passphrase?: string;
|
||||
ca?: Buffer;
|
||||
har?: HttpArchiveRequest;
|
||||
useQuerystring?: boolean;
|
||||
}
|
||||
|
||||
interface UriOptions {
|
||||
|
||||
Reference in New Issue
Block a user