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: 'remote' | 'user'
}
References

UnknownRecord, RecordsDiff

Edit this page
Last edited on 1 June 2023
getRecordVersionID