cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EIntervalType = void 0;
var EIntervalType;
(function (EIntervalType) {
EIntervalType["DAYS"] = "DAYS";
EIntervalType["WEEKS"] = "WEEKS";
EIntervalType["MONTHS"] = "MONTHS";
})(EIntervalType || (exports.EIntervalType = EIntervalType = {}));