UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

6 lines (5 loc) 163 B
export var CaptureType; (function (CaptureType) { CaptureType["INTENT"] = "intent"; CaptureType["QUERY"] = "query"; })(CaptureType || (CaptureType = {}));