@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.
10 lines • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.E_CustomerModalMode = void 0;
// ! NOTE: This type replaces the following type: ECustomerModalMode
var E_CustomerModalMode;
(function (E_CustomerModalMode) {
E_CustomerModalMode["Add"] = "Add";
E_CustomerModalMode["Edit"] = "Edit";
})(E_CustomerModalMode || (exports.E_CustomerModalMode = E_CustomerModalMode = {}));
//# sourceMappingURL=index.js.map