@voiceflow/base-types
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -9,3 +9,3 @@ import { AnyRequestButton } from "../request"; | ||
export interface ChoiceGoTo { | ||
intentID: string; | ||
intentID: string | null; | ||
} | ||
@@ -12,0 +12,0 @@ export interface Choice extends SlotMappings { |
{ | ||
"name": "@voiceflow/base-types", | ||
"description": "Voiceflow base project types", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"author": "Voiceflow", | ||
@@ -39,3 +39,3 @@ "bugs": { | ||
}, | ||
"gitHead": "b9c2f8f35b38e87a1b6954608fca9ba4522e198e" | ||
"gitHead": "a7e1ecb72d8e947446ff56ee7b48b48d2a817137" | ||
} |
99350