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