Interface SnapshotInOfArraySet<V>

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

Type Parameters

  • V

Properties

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