UNPKG

mobx-keystone

Version:

A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more

9 lines (8 loc) 254 B
/** * Key where model snapshots will store model type metadata. */ export declare const modelTypeKey = "$modelType"; /** * Key that serves as proxy to the model property designed as 'idProp' (if any). */ export declare const modelIdKey = "$modelId";