@goboomtown/entities-nest
Version:
entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO
16 lines • 737 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndustryEnum = void 0;
var IndustryEnum;
(function (IndustryEnum) {
IndustryEnum["Other"] = "Other";
IndustryEnum["Restaurant"] = "Restaurant";
IndustryEnum["MedicalDental"] = "Medical / Dental";
IndustryEnum["HealthBeauty"] = "Health & Beauty";
IndustryEnum["NationalRetail"] = "National Retail";
IndustryEnum["NationalRestaurant"] = "National Restaurant";
IndustryEnum["MidMarketRetail"] = "Mid-Market Retail";
IndustryEnum["MidMarketRestaurant"] = "Mid-Market Restaurant";
IndustryEnum["Retail"] = "Retail";
})(IndustryEnum || (exports.IndustryEnum = IndustryEnum = {}));
//# sourceMappingURL=industry-enum.js.map