Skip to content

Commit 55fb773

Browse files
chore: mention unit type in timeout docs
1 parent 60a3cd5 commit 55fb773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export interface ClientOptions {
4242
*
4343
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
4444
* much longer than this timeout before the promise succeeds or fails.
45+
*
46+
* @unit milliseconds
4547
*/
4648
timeout?: number | undefined;
4749

0 commit comments

Comments
 (0)