json-joy
    Preparing search index...

    Interface OperationCopy

    interface OperationCopy {
        from: string;
        op: "copy";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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