UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

8 lines (7 loc) 222 B
export var NoMatchType; (function (NoMatchType) { NoMatchType["PATH"] = "path"; NoMatchType["REPROMPT"] = "reprompt"; /** @deprecated */ NoMatchType["BOTH"] = "both"; })(NoMatchType || (NoMatchType = {}));