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.
timeout
1 parent 0d9bc6b commit ffefbb6Copy full SHA for ffefbb6
1 file changed
packages/openapi-ts/src/plugins/@hey-api/client-ky/bundle/types.ts
@@ -25,6 +25,7 @@ export interface Config<T extends ClientOptions = ClientOptions>
25
| 'redirect'
26
| 'referrer'
27
| 'referrerPolicy'
28
+ | 'timeout'
29
>,
30
CoreConfig {
31
/**
@@ -66,12 +67,6 @@ export interface Config<T extends ClientOptions = ClientOptions>
66
67
* @default false
68
*/
69
throwOnError?: T['throwOnError'];
- /**
70
- * Request timeout in milliseconds
71
- *
72
- * @default 10000
73
- */
74
- timeout?: number;
75
}
76
77
export interface RequestOptions<
0 commit comments