@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
19 lines • 606 B
JavaScript
;
/**
* 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.VacancyAdmissionSituationDto = void 0;
exports.VacancyAdmissionSituationDto = {
PENDING: 'PENDING',
CONCLUDED: 'CONCLUDED'
};
//# sourceMappingURL=vacancyAdmissionSituationDto.js.map