Record representing the item change information.
interface IterableChangeRecord<V> { readonly currentIndex: number; readonly previousIndex: number; readonly item: V; readonly trackById: any;}