cecon-interfaces
Version:
Interfaces de Projetos Cecon
6 lines (5 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ETabBillingCycle = void 0;
var tab_billing_cycle_enum_1 = require("./tab-billing-cycle.enum");
Object.defineProperty(exports, "ETabBillingCycle", { enumerable: true, get: function () { return tab_billing_cycle_enum_1.ETabBillingCycle; } });