UNPKG

135 BTypeScriptView Raw
1import { NuxtAxiosInstance } from '.'
2
3declare module 'vuex/types/index' {
4 interface Store<S> {
5 $axios: NuxtAxiosInstance,
6 }
7}