UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 337 B
"use strict"; 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 = {}));