cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 787 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BillingEntity = exports.BillingTotalEntity = exports.BillingPaymentEntity = void 0;
var billing_payment_entity_1 = require("./billing-payment.entity");
Object.defineProperty(exports, "BillingPaymentEntity", { enumerable: true, get: function () { return billing_payment_entity_1.BillingPaymentEntity; } });
var billing_total_entity_1 = require("./billing-total.entity");
Object.defineProperty(exports, "BillingTotalEntity", { enumerable: true, get: function () { return billing_total_entity_1.BillingTotalEntity; } });
var billing_entity_1 = require("./billing.entity");
Object.defineProperty(exports, "BillingEntity", { enumerable: true, get: function () { return billing_entity_1.BillingEntity; } });