提交 6508280b 编写于 作者: M Michael Marvick 提交者: Rubén Norte

Updating Typescript typing for AxiosError to include `request?` param (#1015)

上级 f1fb3de3
......@@ -55,6 +55,7 @@ export interface AxiosResponse {
export interface AxiosError extends Error {
config: AxiosRequestConfig;
code?: string;
request?: any;
response?: AxiosResponse;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册