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

    Type Alias Doc<T>

    Doc: { readonly [P in keyof T]: T[P] }

    An automerge document.

    Type Parameters

    • T

      The type of the value contained in this document

      Note that this provides read only access to the fields of the value. To modify the value use change