HistoryEntry
Public typealias
An entry containing changes that originated either by user actions or remote changes.
Signature
type HistoryEntry<R extends UnknownRecord = UnknownRecord> = {
changes: RecordsDiff<R>
source: ChangeSource
}
References
Source