Interface: UpdatedItem<T>
Defined in: collection/types.ts:34
Represents an item that was updated in a diff operation.
Type Parameters
T
T
The type of the item
Properties
new
readonlynew:T
Defined in: collection/types.ts:36
old
readonlyold:T
Defined in: collection/types.ts:35