synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
11 lines • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnnotationsValueType = void 0;
var AnnotationsValueType;
(function (AnnotationsValueType) {
AnnotationsValueType[AnnotationsValueType["STRING"] = 0] = "STRING";
AnnotationsValueType[AnnotationsValueType["DOUBLE"] = 1] = "DOUBLE";
AnnotationsValueType[AnnotationsValueType["LONG"] = 2] = "LONG";
AnnotationsValueType[AnnotationsValueType["TIMESTAMP_MS"] = 3] = "TIMESTAMP_MS";
})(AnnotationsValueType = exports.AnnotationsValueType || (exports.AnnotationsValueType = {}));
//# sourceMappingURL=Annotations.js.map