I got vujes typescript project and in vuex store i got something like:
async getUserProfile ({ dispatch, commit }: any) {}
Well i dont want any
because that suck and you dont have help/autocomplete in editor. I found this import { Dispatch, Commit } from "vuex";
but how to pass that info to { dispatch, commit }: any