import { Query, Repository } from '@vuex-orm/core' export type RepositoryOrQuery = R | Q;