UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EResumeType = exports.EResumeIntervalType = void 0; var interval_type_enum_1 = require("./interval-type.enum"); Object.defineProperty(exports, "EResumeIntervalType", { enumerable: true, get: function () { return interval_type_enum_1.EResumeIntervalType; } }); var type_enum_1 = require("./type.enum"); Object.defineProperty(exports, "EResumeType", { enumerable: true, get: function () { return type_enum_1.EResumeType; } });