Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit c2b9867

Browse files
chore: mention unit type in timeout docs
1 parent 79e7896 commit c2b9867

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
@@ -219,6 +219,8 @@ export interface ClientOptions {
219219
*
220220
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
221221
* much longer than this timeout before the promise succeeds or fails.
222+
*
223+
* @unit milliseconds
222224
*/
223225
timeout?: number | undefined;
224226

0 commit comments

Comments
 (0)