UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

9 lines (8 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaptureType = void 0; var CaptureType; (function (CaptureType) { CaptureType["INTENT"] = "intent"; CaptureType["QUERY"] = "query"; })(CaptureType || (exports.CaptureType = CaptureType = {}));