RecordsDiff
Table of contents
A diff describing the changes to a record.
interface RecordsDiff<R extends UnknownRecord> {}
Properties
added: Record<IdOf<R>, R>
removed: Record<IdOf<R>, R>
updated: Record<IdOf<R>, [from: R, to: R]>
A diff describing the changes to a record.
interface RecordsDiff<R extends UnknownRecord> {}
added: Record<IdOf<R>, R>
removed: Record<IdOf<R>, R>
updated: Record<IdOf<R>, [from: R, to: R]>