Type Alias ConflictStrategy

ConflictStrategy:
    | "last-write-wins"
    | "local-wins"
    | "remote-wins"
    | "merge"
    | "keep-both"

Conflict resolution strategy when same record modified offline and online.