Table of contents

A diff describing the changes to a collection.

interface CollectionDiff<T> {}

Properties

added

added?: Set<T>

removed

removed?: Set<T>

BaseRecordComputedCache