@voiceflow/base-types
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -5,3 +5,3 @@ import { NodeType } from './constants'; | ||
expressions: ExpressionData[]; | ||
noMatch: BaseStepNoMatch; | ||
noMatch?: BaseStepNoMatch; | ||
} | ||
@@ -8,0 +8,0 @@ export interface Step<Data = StepData> extends BaseStep<Data> { |
{ | ||
"name": "@voiceflow/base-types", | ||
"description": "Voiceflow base project types", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"author": "Voiceflow", | ||
@@ -40,3 +40,3 @@ "bugs": { | ||
}, | ||
"gitHead": "3cc6fcd3630bbfc3f15a9fa9cbb8d253713ebce0" | ||
"gitHead": "1c4a1f7e1782dfef6d764a538f6a24c3916e5dc5" | ||
} |
83133