MetadataPatch

Describes a change to a single metadata key, including the old and new values for conflict detection.


Properties

key

key: string;

newValue

newValue: unknown;

oldValue

oldValue: unknown;