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

11 lines (9 loc) 239 B
import type { ModelClass } from "../modelShared/BaseModelShared" import type { AnyDataModel } from "./BaseDataModel" /** * @internal * @ignore */ export interface DataModelConstructorOptions { modelClass?: ModelClass<AnyDataModel> }