Skip to content

Commit

Permalink
fix(types): add AxiosError interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrlin authored and pi0 committed Feb 11, 2019
1 parent deb2834 commit efb7191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'
import { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'
import Vue from 'vue'

interface NuxtAxiosInstance extends AxiosInstance {
Expand Down

0 comments on commit efb7191

Please sign in to comment.