cecon-interfaces
Version:
Interfaces de Projetos Cecon
9 lines (8 loc) • 742 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PayioUserEntity = exports.PayioUserReportEvidenceEntity = exports.PayioUserReportEntity = void 0;
var user_report_entity_1 = require("./user-report.entity");
Object.defineProperty(exports, "PayioUserReportEntity", { enumerable: true, get: function () { return user_report_entity_1.PayioUserReportEntity; } });
Object.defineProperty(exports, "PayioUserReportEvidenceEntity", { enumerable: true, get: function () { return user_report_entity_1.PayioUserReportEvidenceEntity; } });
var user_entity_1 = require("./user.entity");
Object.defineProperty(exports, "PayioUserEntity", { enumerable: true, get: function () { return user_entity_1.PayioUserEntity; } });