Skip to content

Commit

Permalink
Merge pull request #1131 from jmmk/axios-response-request
Browse files Browse the repository at this point in the history
Add request field to AxiosResponse type definition
  • Loading branch information
nickuraltsev committed Oct 24, 2017
2 parents 2c0e318 + 48ece5a commit 3f90738
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<T = any> {
statusText: string;
headers: any;
config: AxiosRequestConfig;
request?: any;
}

export interface AxiosError extends Error {
Expand Down

0 comments on commit 3f90738

Please sign in to comment.