@voiceflow/base-types
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -16,4 +16,5 @@ import { Nullable } from "../utils"; | ||
intent?: string; | ||
slots?: string[]; | ||
noReply?: Nullable<BaseNodeNoReply>; | ||
variable: string; | ||
} |
@@ -16,4 +16,5 @@ import { Nullable } from "../utils"; | ||
intent?: string; | ||
slots?: string[]; | ||
noReply?: Nullable<BaseNodeNoReply>; | ||
variable: string; | ||
} |
{ | ||
"name": "@voiceflow/base-types", | ||
"description": "Voiceflow base project types", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"author": "Voiceflow", | ||
@@ -42,3 +42,3 @@ "bugs": { | ||
}, | ||
"gitHead": "8f49c0e0ed0421aad3f35294d30aa9dc09c98139" | ||
"gitHead": "9ed6f2df5bb61109ea15448b5c3b4dda03ce2a10" | ||
} |
193681
4563