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