@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
21 lines (20 loc) • 625 B
TypeScript
/**
* 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 ShiftDto = 'FIRST_TURN' | 'SECOND_TURN' | 'THIRD_TURN' | 'FOURTH_TURN' | 'MIST' | 'GENERAL';
export declare const ShiftDto: {
FIRSTTURN: ShiftDto;
SECONDTURN: ShiftDto;
THIRDTURN: ShiftDto;
FOURTHTURN: ShiftDto;
MIST: ShiftDto;
GENERAL: ShiftDto;
};