Skip to content

Commit

Permalink
Add request field to AxiosResponse type
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmk committed Oct 15, 2017
1 parent 26b0639 commit 48ece5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -50,6 +50,7 @@ export interface AxiosResponse {
statusText: string;
headers: any;
config: AxiosRequestConfig;
request?: any;
}

export interface AxiosError extends Error {
Expand Down

0 comments on commit 48ece5a

Please sign in to comment.