UNPKG

@enable-tech/shared-types

Version:

This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.

16 lines 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.E_Gender = exports.E_CustomerTitle = void 0; // ! NOTE: This type replaces the following type: CustomerTitle var E_CustomerTitle; (function (E_CustomerTitle) { E_CustomerTitle["MR"] = "Mr."; E_CustomerTitle["MS"] = "Ms."; })(E_CustomerTitle || (exports.E_CustomerTitle = E_CustomerTitle = {})); // ! NOTE: This type replaces the following type: EGender var E_Gender; (function (E_Gender) { E_Gender["MALE"] = "male"; E_Gender["FEMALE"] = "female"; })(E_Gender || (exports.E_Gender = E_Gender = {})); //# sourceMappingURL=index.js.map