fix: 'requestTimeout' is now an optional parameter (#36034)

This commit is contained in:
Max Chehab
2019-06-07 18:12:50 -07:00
committed by Andrew Casey
parent 7ed189d4b3
commit 76dcfc6f80
+1 -1
View File
@@ -24,7 +24,7 @@ declare global {
apiVersion?: string;
allowUnauthorizedSsl?: boolean;
noRetryIfRateLimited?: boolean;
requestTimeout: number;
requestTimeout?: number;
}
interface Base {