We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448b1fa commit 488c92cCopy full SHA for 488c92c
src/index.ts
@@ -106,6 +106,8 @@ export interface ClientOptions {
106
*
107
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
108
* much longer than this timeout before the promise succeeds or fails.
109
+ *
110
+ * @unit milliseconds
111
*/
112
timeout?: number | undefined;
113
0 commit comments