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

    Type Alias JPatchOpCopy

    type JPatchOpCopy = {
        from: string;
        op: "copy";
        path: string;
    }
    Index

    Properties

    Properties

    from: string
    op: "copy"
    path: string