12 lines
451 B
JavaScript
12 lines
451 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.InlineResponse2003ScaleEnum = void 0;
|
|
/**
|
|
* @export
|
|
* @enum {string}
|
|
*/
|
|
var InlineResponse2003ScaleEnum;
|
|
(function (InlineResponse2003ScaleEnum) {
|
|
InlineResponse2003ScaleEnum["Log10"] = "log10";
|
|
})(InlineResponse2003ScaleEnum = exports.InlineResponse2003ScaleEnum || (exports.InlineResponse2003ScaleEnum = {}));
|
|
//# sourceMappingURL=inline-response2003.js.map
|