UNPKG

@seniorsistemas/senior-hcm

Version:
23 lines 656 B
"use strict"; /** * Recrutamento e Seleção * Serviço do Gestão de Recrutamento e Seleção. * * OpenAPI spec version: 15.11.0 * Contact: seniorx-dev@senior.com.br * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ShiftDto = void 0; exports.ShiftDto = { FIRSTTURN: 'FIRST_TURN', SECONDTURN: 'SECOND_TURN', THIRDTURN: 'THIRD_TURN', FOURTHTURN: 'FOURTH_TURN', MIST: 'MIST', GENERAL: 'GENERAL' }; //# sourceMappingURL=shiftDto.js.map