UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 330 B
"use strict"; 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 = {}));