UNPKG

@seniorsistemas/senior-hcm

Version:
20 lines (19 loc) 721 B
/** * 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. */ export declare type RecruitmentProcessStatusDto = 'SUBSCRIBED' | 'SELECTED' | 'DELETED' | 'DISAPPROVED' | 'GIVENUP'; export declare const RecruitmentProcessStatusDto: { SUBSCRIBED: RecruitmentProcessStatusDto; SELECTED: RecruitmentProcessStatusDto; DELETED: RecruitmentProcessStatusDto; DISAPPROVED: RecruitmentProcessStatusDto; GIVENUP: RecruitmentProcessStatusDto; };