mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
fix(types): removed duplicated code
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+1
-4
@@ -244,10 +244,7 @@ declare namespace axios {
|
||||
interface AxiosProxyConfig {
|
||||
host: string;
|
||||
port: number;
|
||||
auth?: {
|
||||
username: string;
|
||||
password: string;
|
||||
};
|
||||
auth?: AxiosBasicCredentials;
|
||||
protocol?: string;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-4
@@ -119,10 +119,7 @@ export interface AxiosBasicCredentials {
|
||||
export interface AxiosProxyConfig {
|
||||
host: string;
|
||||
port: number;
|
||||
auth?: {
|
||||
username: string;
|
||||
password: string;
|
||||
};
|
||||
auth?: AxiosBasicCredentials;
|
||||
protocol?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user