@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
20 lines • 493 B
JavaScript
;
/**
* 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.DecisionPcD = void 0;
exports.DecisionPcD = {
No: 'No',
Also: 'Also',
Only: 'Only'
};
//# sourceMappingURL=decisionPcD.js.map