15 lines
644 B
JavaScript
15 lines
644 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.InlineResponse20011NodeEraEnum = void 0;
|
||
|
/**
|
||
|
* @export
|
||
|
* @enum {string}
|
||
|
*/
|
||
|
var InlineResponse20011NodeEraEnum;
|
||
|
(function (InlineResponse20011NodeEraEnum) {
|
||
|
InlineResponse20011NodeEraEnum["Byron"] = "byron";
|
||
|
InlineResponse20011NodeEraEnum["Shelley"] = "shelley";
|
||
|
InlineResponse20011NodeEraEnum["Allegra"] = "allegra";
|
||
|
InlineResponse20011NodeEraEnum["Mary"] = "mary";
|
||
|
})(InlineResponse20011NodeEraEnum = exports.InlineResponse20011NodeEraEnum || (exports.InlineResponse20011NodeEraEnum = {}));
|
||
|
//# sourceMappingURL=inline-response20011.js.map
|