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 156d50f commit 0d8d06bCopy full SHA for 0d8d06b
src/index.ts
@@ -64,6 +64,8 @@ export interface ClientOptions {
64
*
65
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
66
* much longer than this timeout before the promise succeeds or fails.
67
+ *
68
+ * @unit milliseconds
69
*/
70
timeout?: number | undefined;
71
0 commit comments