Interface SnapshotOutOfArraySet<V>

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

Type Parameters

  • V

Properties

$modelId: string
$modelType?: string
items: SnapshotOutOf<V>[]