Skip to content

Commit efb7191

Browse files
mvrlinpi0
authored andcommitted
fix(types): add AxiosError interface
1 parent deb2834 commit efb7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'
1+
import { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'
22
import Vue from 'vue'
33

44
interface NuxtAxiosInstance extends AxiosInstance {

0 commit comments

Comments
 (0)