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

    Type Alias DelPatch

    type DelPatch = {
        action: "del";
        length?: number;
        path: Prop[];
    }
    Index

    Properties

    Properties

    action: "del"
    length?: number
    path: Prop[]