import {OrderDirection, Query, Repository} from '@vuex-orm/core' export type RepositoryOrQuery = R | Q; interface OrderByVuexOrm { [key: string]: OrderDirection; }