UNPKG

@vuex-orm/core

Version:

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

4 lines (3 loc) 181 B
import Model from '../../model/Model'; export declare type MutationHook = (newModel: Model, oldModel: Model | null, entity: string) => void | false; export default MutationHook;