ts-lambda-api - v2.5.2
    Preparing search index...

    Interface CopyOperation

    interface CopyOperation {
        from: string;
        op: "copy";
        path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    from: string
    op: "copy"
    path: string