@idpass/data-collect-core / Conflict
Interface: Conflict
Defined in: interfaces/types.ts:644
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:646
Local version of the entity
remote
remote:
EntityPair
Defined in: interfaces/types.ts:648
Remote version of the entity