import { NuxtHTTPInstance } from '.' declare module 'vuex' { interface Store { $http: NuxtHTTPInstance, } }