mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Fixed TransitionalOptions typings (#4147)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Vendored
+3
-3
@@ -52,9 +52,9 @@ export type ResponseType =
|
|||||||
| 'stream'
|
| 'stream'
|
||||||
|
|
||||||
export interface TransitionalOptions{
|
export interface TransitionalOptions{
|
||||||
silentJSONParsing: boolean;
|
silentJSONParsing?: boolean;
|
||||||
forcedJSONParsing: boolean;
|
forcedJSONParsing?: boolean;
|
||||||
clarifyTimeoutError: boolean;
|
clarifyTimeoutError?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AxiosRequestConfig<D = any> {
|
export interface AxiosRequestConfig<D = any> {
|
||||||
|
|||||||
Reference in New Issue
Block a user