@voiceflow/base-types
Version:
Voiceflow base project types
11 lines (10 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoMatchType = void 0;
var NoMatchType;
(function (NoMatchType) {
NoMatchType["PATH"] = "path";
NoMatchType["REPROMPT"] = "reprompt";
/** @deprecated */
NoMatchType["BOTH"] = "both";
})(NoMatchType || (exports.NoMatchType = NoMatchType = {}));