HistoryEntry
Public TypeAlias
An entry containing changes that originated either by user actions or remote changes.
Signature
type HistoryEntry<R extends BaseRecord = BaseRecord> = {
changes: RecordsDiff<R>
source: 'remote' | 'user'
}
Public TypeAlias
An entry containing changes that originated either by user actions or remote changes.
type HistoryEntry<R extends BaseRecord = BaseRecord> = {
changes: RecordsDiff<R>
source: 'remote' | 'user'
}