@goboomtown/entities-nest
Version:
entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO
12 lines • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntityType = void 0;
var EntityType;
(function (EntityType) {
EntityType["Customer"] = "customer";
EntityType["Location"] = "customerLocation";
EntityType["Contact"] = "customerContact";
EntityType["Cases"] = "cases";
EntityType["CaseLog"] = "caseLog";
})(EntityType || (exports.EntityType = EntityType = {}));
//# sourceMappingURL=enumeration-entity-type.js.map