@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
23 lines (22 loc) • 1.04 kB
TypeScript
/**
* Folha de Pagamento
* HCM - Folha de pagamento
*
*
* 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 MaritalStatus = 'Single' | 'Married' | 'Divorced' | 'Widower' | 'Concubinage' | 'Separated' | 'StableUnion' | 'Others';
export declare const MaritalStatus: {
Single: import("../dependent/maritalStatusType").MaritalStatusType;
Married: import("../dependent/maritalStatusType").MaritalStatusType;
Divorced: import("../dependent/maritalStatusType").MaritalStatusType;
Widower: import("../dependent/maritalStatusType").MaritalStatusType;
Concubinage: import("../dependent/maritalStatusType").MaritalStatusType;
Separated: import("../dependent/maritalStatusType").MaritalStatusType;
StableUnion: import("../dependent/maritalStatusType").MaritalStatusType;
Others: import("../dependent/maritalStatusType").MaritalStatusType;
};