Doc<T>: {
    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