mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
Mending merge conflict
This commit is contained in:
Vendored
+1
@@ -89,6 +89,7 @@ export interface AxiosRequestConfig<D = any> {
|
||||
decompress?: boolean;
|
||||
transitional?: TransitionalOptions;
|
||||
signal?: AbortSignal;
|
||||
insecureHTTPParser?: boolean
|
||||
}
|
||||
|
||||
export interface AxiosResponse<T = unknown, D = any> {
|
||||
|
||||
Reference in New Issue
Block a user