synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
11 lines • 616 B
JavaScript
;
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