Spaces:
Running
Running
; | |
// automatically generated by the FlatBuffers compiler, do not modify | |
Object.defineProperty(exports, "__esModule", { value: true }); | |
exports.DateUnit = void 0; | |
var DateUnit; | |
(function (DateUnit) { | |
DateUnit[DateUnit["DAY"] = 0] = "DAY"; | |
DateUnit[DateUnit["MILLISECOND"] = 1] = "MILLISECOND"; | |
})(DateUnit = exports.DateUnit || (exports.DateUnit = {})); | |
//# sourceMappingURL=date-unit.js.map | |