Spaces:
Runtime error
Runtime error
File size: 412 Bytes
78c921d | 1 2 3 4 5 6 7 8 9 10 11 12 | "use strict";
// 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
|