mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
request.d.ts: fixing RequestAPI.Options.form type
This commit is contained in:
@@ -69,7 +69,7 @@ var options: request.Options = {
|
||||
|
||||
},
|
||||
jar: value,
|
||||
form: value,
|
||||
form: obj,
|
||||
oauth: value,
|
||||
aws: aws,
|
||||
qs: obj,
|
||||
|
||||
Reference in New Issue
Block a user