cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECustomerInterval = void 0;
var ECustomerInterval;
(function (ECustomerInterval) {
ECustomerInterval["WEEKLY"] = "WEEKLY";
ECustomerInterval["BIWEEKLY"] = "BIWEEKLY";
ECustomerInterval["MONTHLY"] = "MONTHLY";
})(ECustomerInterval || (exports.ECustomerInterval = ECustomerInterval = {}));