"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IfNoMatchType = void 0;
var IfNoMatchType;
(function (IfNoMatchType) {
IfNoMatchType["PATH"] = "path";
IfNoMatchType["NONE"] = "none";
})(IfNoMatchType || (exports.IfNoMatchType = IfNoMatchType = {}));