@roomy-chat/sdk
    Preparing search index...

    Type Alias VersionVectorDiff

    type VersionVectorDiff = {
        forward: IdSpan[];
        retreat: IdSpan[];
    }
    Index

    Properties

    Properties

    forward: IdSpan[]

    The spans that the from side needs to forward to reach the to side

    These spans are included in the to, but not in the from

    retreat: IdSpan[]

    The spans that the from side needs to retreat to reach the to side

    These spans are included in the from, but not in the to