UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

12 lines (11 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndustryEnum = void 0; /** * Determines the value for the industry. * * @OvationCXMApi */ var IndustryEnum; (function (IndustryEnum) { })(IndustryEnum = exports.IndustryEnum || (exports.IndustryEnum = {}));