UNPKG

@vuex-orm/core

Version:

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

4 lines (3 loc) 141 B
import Query from '../Query'; export declare type RelationshipConstraint = (query: Query) => void; export default RelationshipConstraint;