"use strict"; // automatically generated by the FlatBuffers compiler, do not modify Object.defineProperty(exports, "__esModule", { value: true }); exports.IntervalUnit = void 0; var IntervalUnit; (function (IntervalUnit) { IntervalUnit[IntervalUnit["YEAR_MONTH"] = 0] = "YEAR_MONTH"; IntervalUnit[IntervalUnit["DAY_TIME"] = 1] = "DAY_TIME"; IntervalUnit[IntervalUnit["MONTH_DAY_NANO"] = 2] = "MONTH_DAY_NANO"; })(IntervalUnit || (exports.IntervalUnit = IntervalUnit = {})); //# sourceMappingURL=interval-unit.js.map