Skip to content

Commit 4de9490

Browse files
fix(types): fix Condition variable type property (#52)
1 parent eb0bfe6 commit 4de9490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeform-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export namespace Typeform {
191191
/**
192192
* Type of value the condition object refers to.
193193
*/
194-
type?: 'field' | 'hidden' | 'variable' | 'constant' | 'end'
194+
type?: 'field' | 'hidden' | 'variable' | 'constant' | 'end'| 'choice'
195195
/**
196196
* Value to check for in the "type" field to evaluate with the operator.
197197
*/

0 commit comments

Comments
 (0)