@hat-open/util
    Preparing search index...

    Type Alias JPatchOpMove

    type JPatchOpMove = {
        from: string;
        op: "move";
        path: string;
    }
    Index

    Properties

    Properties

    from: string
    op: "move"
    path: string