UNPKG

@vuex-orm/core

Version:

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

6 lines (5 loc) 257 B
import Record from '../../data/Record'; import Model from '../../model/Model'; import Query from '../Query'; export declare type WherePrimaryClosure = (record: Record, query: Query, model?: Model) => boolean | void; export default WherePrimaryClosure;