UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EResumeIntervalType = void 0; var EResumeIntervalType; (function (EResumeIntervalType) { EResumeIntervalType["DAY"] = "DAY"; EResumeIntervalType["MONTHS"] = "MONTH"; EResumeIntervalType["YEAR"] = "YEAR"; EResumeIntervalType["HOUR"] = "HOUR"; })(EResumeIntervalType || (exports.EResumeIntervalType = EResumeIntervalType = {}));