@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 • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.E_BranchAssignmentScheme = void 0;
var E_BranchAssignmentScheme;
(function (E_BranchAssignmentScheme) {
E_BranchAssignmentScheme["MANUAL"] = "manual";
E_BranchAssignmentScheme["NEAREST"] = "nearest";
E_BranchAssignmentScheme["DEFAULT"] = "default";
})(E_BranchAssignmentScheme || (exports.E_BranchAssignmentScheme = E_BranchAssignmentScheme = {}));
//# sourceMappingURL=index.js.map