Interface: AxiosResponse<T, D, H>
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
D | any |
H | { } |
Properties
| Property | Type |
|---|---|
config | InternalAxiosRequestConfig<D> |
data | T |
headers | | AxiosResponseHeaders | H & Partial<RawAxiosHeaders & { Cache-Control: AxiosHeaderValue; Content-Encoding: AxiosHeaderValue; Content-Length: AxiosHeaderValue; Content-Type: AxiosHeaderValue; Server: AxiosHeaderValue; } & { set-cookie: string[]; }> |
request? | any |
status | number |
statusText | string |