mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix: 'requestTimeout' is now an optional parameter (#36034)
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ declare global {
|
||||
apiVersion?: string;
|
||||
allowUnauthorizedSsl?: boolean;
|
||||
noRetryIfRateLimited?: boolean;
|
||||
requestTimeout: number;
|
||||
requestTimeout?: number;
|
||||
}
|
||||
|
||||
interface Base {
|
||||
|
||||
Reference in New Issue
Block a user