Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NOJIRA-123): fix Action.condition type (#50)
* fix(types): fix Condition.op, Condition.vars type The Create API allows for the logical operators 'and' and 'or' to used as the operator for a condition. https://developer.typeform.com/create/logic-jumps/#best-practices-for-logic-jumps * fix(types): Use proper Array union type syntax
- Loading branch information