index.MutationEvent
Legacy mutation event payload for backwards compatibility with registerOnMutation.
newValue: unknown
Value after modification.
oldValue: unknown
Value prior to modification.
property: string | symbol
Property key or symbol that was modified.
target: object
Target object that was mutated.
timestamp: number
Epoch timestamp in milliseconds.