CollectionDiff

See source code
Table of contents

A diff describing the changes to a collection.

interface CollectionDiff<T> {}

Properties

added

optional
added?: Set<T>

removed

optional
removed?: Set<T>

Prev
BaseRecord
Next
ComputedCache