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

UnknownRecord, RecordsDiff, ChangeSource

Edit this page
Last edited on 5 June 2023
getRecordVersionIdOf