Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niris committed Nov 12, 2017
1 parent 5a1d838 commit ea5e9ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Expand Up @@ -14,6 +14,10 @@ export interface AxiosBasicCredentials {
export interface AxiosProxyConfig {
host: string;
port: number;
auth?: {
username: string;
password:string;
}
}

export interface AxiosRequestConfig {
Expand Down

0 comments on commit ea5e9ac

Please sign in to comment.