Added formData to Options interface

Fix issue #5787
This commit is contained in:
Shiak1
2015-09-16 19:07:05 -04:00
parent 5f48028783
commit 813a3c7490
+1
View File
@@ -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;