2
0
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:
Jay
2021-10-12 09:43:02 +02:00
Vendored
+1
View File
@@ -89,6 +89,7 @@ export interface AxiosRequestConfig<D = any> {
decompress?: boolean;
transitional?: TransitionalOptions;
signal?: AbortSignal;
insecureHTTPParser?: boolean
}
export interface AxiosResponse<T = unknown, D = any> {