Public typealias

A diff describing the changes to a collection.

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

packages/store/src/lib/Store.ts

BaseRecordComputedCache