Interface SnapshotOutOfObjectMap<V>

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

Type Parameters

  • V

Properties

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

Type declaration