UNPKG

@seniorsistemas/senior-hcm

Version:
25 lines 659 B
"use strict"; /** * 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. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.MaritalStatus = void 0; exports.MaritalStatus = { Single: 'Single', Married: 'Married', Divorced: 'Divorced', Widower: 'Widower', Concubinage: 'Concubinage', Separated: 'Separated', StableUnion: 'StableUnion', Others: 'Others' }; //# sourceMappingURL=maritalStatus.js.map