mobx-keystone

    Interface SnapshotInOfObjectMap<V>

    interface SnapshotInOfObjectMap<V> {
        $modelId: string;
        $modelType?: string;
        items?: { [k: string]: SnapshotOutOf<V> };
    }

    Type Parameters

    • V
    Index

    Properties

    $modelId: string
    $modelType?: string
    items?: { [k: string]: SnapshotOutOf<V> }
    MMNEPVFCICPMFPCPTTAAATR