We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3d838 commit 132b903Copy full SHA for 132b903
src/index.ts
@@ -208,6 +208,8 @@ export interface ClientOptions {
208
*
209
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
210
* much longer than this timeout before the promise succeeds or fails.
211
+ *
212
+ * @unit milliseconds
213
*/
214
timeout?: number | undefined;
215
0 commit comments