mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Adding baseUrl optional option that is optional
This commit is contained in:
1
request/request.d.ts
vendored
1
request/request.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user