UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

12 lines (11 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChoiceAction = void 0; /** * @deprecated use `actions` instead */ var ChoiceAction; (function (ChoiceAction) { ChoiceAction["PATH"] = "PATH"; ChoiceAction["GO_TO"] = "GO_TO"; })(ChoiceAction || (exports.ChoiceAction = ChoiceAction = {}));