export var Twelfths;
(function (Twelfths) {
Twelfths[Twelfths["NONE"] = 0] = "NONE";
Twelfths[Twelfths["ONE_HALF_MONTH"] = 0.5] = "ONE_HALF_MONTH";
Twelfths[Twelfths["ONE_MONTH"] = 1] = "ONE_MONTH";
Twelfths[Twelfths["TWO_MONTHS"] = 2] = "TWO_MONTHS";
})(Twelfths || (Twelfths = {}));