UNPKG

mobx-keystone-mindreframer

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) 278 B
/** * Key where model snapshots will store model type metadata. */ export declare const modelTypeKey = "$modelType"; /** * Key where model snapshots usually will store model internal IDs metadata (unless overridden). */ export declare const modelIdKey = "$modelId";