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

    Type Alias PatchInfo<T>

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

    Type Parameters

    • T
    Index

    Properties

    Properties

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