UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

9 lines (8 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoReplyType = void 0; var NoReplyType; (function (NoReplyType) { NoReplyType["PATH"] = "path"; NoReplyType["REPROMPT"] = "reprompt"; })(NoReplyType || (exports.NoReplyType = NoReplyType = {}));