UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ECustomerType = void 0; var ECustomerType; (function (ECustomerType) { ECustomerType["SINGLE"] = "SINGLE"; ECustomerType["COMPOUND"] = "COMPOUND"; })(ECustomerType || (exports.ECustomerType = ECustomerType = {}));