mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Merge pull request #5849 from Shiak1/patch-1
Added formData to Options interface
This commit is contained in:
1
request/request.d.ts
vendored
1
request/request.d.ts
vendored
@@ -62,6 +62,7 @@ declare module 'request' {
|
||||
uri?: string;
|
||||
callback?: (error: any, response: http.IncomingMessage, body: any) => void;
|
||||
jar?: any; // CookieJar
|
||||
formData?: any; // Object
|
||||
form?: any; // Object or string
|
||||
auth?: AuthOptions;
|
||||
oauth?: OAuthOptions;
|
||||
|
||||
Reference in New Issue
Block a user