cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 578 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EWorkShiftType = void 0;
var EWorkShiftType;
(function (EWorkShiftType) {
EWorkShiftType["FULL_24H"] = "00:00_23:59";
EWorkShiftType["TWO_SHIFTS_12H"] = "00:00_12:00_12:00_23:59";
EWorkShiftType["THREE_SHIFTS_8H"] = "00:00_08:00_08:00_16:00_16:00_23:59";
EWorkShiftType["FOUR_SHIFTS_6H"] = "00:00_06:00_06:00_12:00_12:00_18:00_18:00_23:59";
EWorkShiftType["TWO_SHIFTS_14H"] = "00:00_14:00_14:00_23:59";
})(EWorkShiftType || (exports.EWorkShiftType = EWorkShiftType = {}));