UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

11 lines (10 loc) 344 B
"use strict"; 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 = {}));