Automerge Repo - v2.3.0-alpha.0
    Preparing search index...
    type PutPatch = {
        action: "put";
        conflict?: boolean;
        path: Automerge.Prop[];
        value: PatchValue;
    }
    Index

    Properties

    action: "put"
    conflict?: boolean
    path: Automerge.Prop[]
    value: PatchValue