UNPKG

@vuex-orm/core

Version:

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

8 lines (7 loc) 174 B
export interface PersistOptions { create?: string[]; insert?: string[]; update?: string[]; insertOrUpdate?: string[]; } export default PersistOptions;