@idpass/data-collect-core / Conflict
Interface: Conflict
Defined in: interfaces/types.ts:624
Represents a conflict between local and remote entity versions.
Occurs during synchronization when the same entity has been modified both locally and remotely.
Properties
local
local:
EntityPair
Defined in: interfaces/types.ts:626
Local version of the entity
remote
remote:
EntityPair
Defined in: interfaces/types.ts:628
Remote version of the entity