Globus SDK for JavaScript
    Preparing search index...
    TransferFields: CommonTransferAndDeleteFields & {
        DATA: (TransferItem | TransferSymlinkItem)[];
        DATA_TYPE: "transfer";
        delete_destination_extra?: boolean;
        destination_endpoint: string;
        destination_local_user?: string;
        encrypt_data?: boolean;
        fail_on_quota_errors?: boolean;
        filter_rules?: FilterRule[];
        preserve_timestamp?: boolean;
        recursive_symlinks?: "ignore" | "keep" | "copy";
        skip_source_errors?: boolean;
        source_endpoint: string;
        source_local_user?: string;
        sync_level?: 0 | 1 | 2 | 3;
        verify_checksum?: boolean;
    }