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

    Type Alias PutPatch

    type PutPatch = {
        action: "put";
        conflict?: boolean;
        path: Prop[];
        value: PatchValue;
    }
    Index

    Properties

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