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

    Type Alias PatchInfo<T>

    type PatchInfo<T> = {
        after: Doc<T>;
        before: Doc<T>;
        source: PatchSource;
    }

    Type Parameters

    • T
    Index
    after: Doc<T>
    before: Doc<T>
    source: PatchSource