@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
23 lines (22 loc) • 774 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 MaritalStatusDto = 'SINGLE' | 'MARRIED' | 'DIVORCED' | 'WIDOWER' | 'CONCUBINAGE' | 'SEPARATED' | 'STABLE_UNION' | 'OTHER';
export declare const MaritalStatusDto: {
SINGLE: MaritalStatusDto;
MARRIED: MaritalStatusDto;
DIVORCED: MaritalStatusDto;
WIDOWER: MaritalStatusDto;
CONCUBINAGE: MaritalStatusDto;
SEPARATED: MaritalStatusDto;
STABLEUNION: MaritalStatusDto;
OTHER: MaritalStatusDto;
};