@solidskills/types
Version:
Solidskills typings
9 lines (8 loc) • 468 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SlsMatchingAlgorithm;
(function (SlsMatchingAlgorithm) {
SlsMatchingAlgorithm["MAX_TO_MOST"] = "MATCHING_ALGORITHM.MAX_TO_MOST";
SlsMatchingAlgorithm["MAX_TO_CLOSEST"] = "MATCHING_ALGORITHM.MAX_TO_CLOSEST";
SlsMatchingAlgorithm["MAX_TO_LESS"] = "MATCHING_ALGORITHM.MAX_TO_LESS";
})(SlsMatchingAlgorithm = exports.SlsMatchingAlgorithm || (exports.SlsMatchingAlgorithm = {}));