UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

11 lines 249 B
export declare enum IntentScope { NODE = "NODE", GLOBAL = "GLOBAL" } export interface StepIntentScope { intentScope?: IntentScope; } export interface NodeIntentScope { intentScope?: IntentScope; } //# sourceMappingURL=intent.d.ts.map