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
}
Public TypeAlias
An entry containing changes that originated either by user actions or remote changes.
type HistoryEntry<R extends UnknownRecord = UnknownRecord> = {
changes: RecordsDiff<R>
source: ChangeSource
}