cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECycle = void 0;
var ECycle;
(function (ECycle) {
ECycle["DAY"] = "DAY";
ECycle["WEEK"] = "WEEK";
ECycle["MONTH"] = "MONTH";
ECycle["BIWEEK"] = "BIWEEK";
ECycle["NONE"] = "NONE";
})(ECycle || (exports.ECycle = ECycle = {}));