Adding baseUrl optional option that is optional

This commit is contained in:
Rich Adams
2015-11-04 16:02:17 -08:00
parent 8f233e8bc3
commit 40f2f63de6

View File

@@ -66,6 +66,7 @@ declare module 'request' {
}
interface OptionalOptions {
baseUrl?: string;
callback?: (error: any, response: http.IncomingMessage, body: any) => void;
jar?: any; // CookieJar
formData?: any; // Object