Skip to content

Commit

Permalink
fix(types): add prefix, port, host options to axios types (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund committed Jun 22, 2020
1 parent 2a93660 commit 301805b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Expand Up @@ -29,10 +29,13 @@ interface AxiosOptions {
browserBaseURL?: string,
credentials?: boolean,
debug?: boolean,
host?: string,
prefix?: string,
progress?: boolean,
proxyHeaders?: boolean,
proxyHeadersIgnore?: string[],
proxy?: boolean,
port?: string | number,
retry?: boolean | IAxiosRetryConfig,
https?: boolean,
headers?: {
Expand Down

0 comments on commit 301805b

Please sign in to comment.