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 ef5f62b commit 8d864d1Copy full SHA for 8d864d1
src/index.ts
@@ -55,6 +55,8 @@ export interface ClientOptions {
55
*
56
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
57
* much longer than this timeout before the promise succeeds or fails.
58
+ *
59
+ * @unit milliseconds
60
*/
61
timeout?: number | undefined;
62
0 commit comments