@automerge/automerge - v3.0.0
    Preparing search index...

    Type Alias Conflicts

    Conflicts: { [key: string]: 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