UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

11 lines 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZipFileFormat = void 0; // https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/file/ZipFileFormat.html var ZipFileFormat; (function (ZipFileFormat) { ZipFileFormat["CommandLineCache"] = "CommandLineCache"; ZipFileFormat["Flat"] = "Flat"; //Each file is named after the original file. Duplicate file names are appended with a number in parenthesis to ensure all names are unique. })(ZipFileFormat = exports.ZipFileFormat || (exports.ZipFileFormat = {})); //# sourceMappingURL=BulkFileDownloadRequest.js.map