"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 = {}));