CollectionDiff

Public TypeAlias

A diff describing the changes to a collection.

Signature
type CollectionDiff<T> = {
  added?: Set<T>
  removed?: Set<T>
}
References

Set

Edit this page
Last edited on 11 May 2023
BaseRecordcompareRecordVersions