json-joy
    Preparing search index...

    Interface OperationMove

    interface OperationMove {
        from: string;
        op: "move";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    from: string
    op: "move"
    path: string | Path