Skip to content

Commit

Permalink
fix(types): fix Condition variable type property (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslwilson authored Oct 4, 2023
1 parent eb0bfe6 commit 4de9490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeform-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export namespace Typeform {
/**
* Type of value the condition object refers to.
*/
type?: 'field' | 'hidden' | 'variable' | 'constant' | 'end'
type?: 'field' | 'hidden' | 'variable' | 'constant' | 'end'| 'choice'
/**
* Value to check for in the "type" field to evaluate with the operator.
*/
Expand Down

0 comments on commit 4de9490

Please sign in to comment.