Skip to content

Commit

Permalink
fix(types): Use proper Array union type syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslwilson authored and Matej Lednicky committed Oct 3, 2023
1 parent 8053c04 commit b53fe59
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 @@ -209,7 +209,7 @@ export namespace Typeform {
/**
* Object that defines the field type and value to evaluate with the operator.
*/
vars: AndOrOperator[] | Condition[]
vars: Array<AndOrOperator | Condition>
}
/**
* Generic document.
Expand Down

0 comments on commit b53fe59

Please sign in to comment.