Automerge Repo - v2.3.0-alpha.0
    Preparing search index...
    Conflicts: { [key: string]: Automerge.AutomergeValue }

    The type of conflicts for particular key or index

    Maps and sequences in automerge can contain conflicting values for a particular key or index. In this case getConflicts can be used to obtain a Conflicts representing the multiple values present for the property

    A Conflicts is a map from a unique (per property or index) key to one of the possible conflicting values for the given property.

    Type declaration