import { ActionTree } from 'vuex'; import { RootState } from './types'; const actions: ActionTree = { }; export default actions;