KeyValueChangeRecord
Record representing the item change information.
interface KeyValueChangeRecord<K, V> {
key: K
currentValue: V | null
previousValue: V | null
}
Record representing the item change information.
interface KeyValueChangeRecord<K, V> {
key: K
currentValue: V | null
previousValue: V | null
}