synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
17 lines • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntityType = void 0;
// https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/EntityType.html
var EntityType;
(function (EntityType) {
EntityType["PROJECT"] = "project";
EntityType["FOLDER"] = "folder";
EntityType["FILE"] = "file";
EntityType["TABLE"] = "table";
EntityType["LINK"] = "link";
EntityType["ENTITY_VIEW"] = "entityview";
EntityType["DOCKER_REPO"] = "dockerrepo";
EntityType["SUBMISSION_VIEW"] = "submissionview";
EntityType["DATASET"] = "dataset";
})(EntityType = exports.EntityType || (exports.EntityType = {}));
//# sourceMappingURL=EntityType.js.map