File size: 289 Bytes
78c921d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
// automatically generated by the FlatBuffers compiler, do not modify
export var DateUnit;
(function (DateUnit) {
    DateUnit[DateUnit["DAY"] = 0] = "DAY";
    DateUnit[DateUnit["MILLISECOND"] = 1] = "MILLISECOND";
})(DateUnit || (DateUnit = {}));

//# sourceMappingURL=date-unit.mjs.map