UNPKG

@vuex-orm/core

Version:

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

3 lines (2 loc) 101 B
export declare type PrimaryKey = string | number | (string | number)[]; export default PrimaryKey;