UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 385 B
"use strict"; 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 = {}));