UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

9 lines (8 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IntentScope = void 0; var IntentScope; (function (IntentScope) { IntentScope["NODE"] = "NODE"; IntentScope["GLOBAL"] = "GLOBAL"; })(IntentScope || (exports.IntentScope = IntentScope = {}));