export function useMutations<T = any>(namespace: string): MutationMap<T> {
    return mapFromStore<MutationMap<T>>('mutations', namespace)
}