We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9debe94 commit c080d2aCopy full SHA for c080d2a
src/typeform-types.ts
@@ -762,7 +762,7 @@ export namespace Typeform {
762
* Contains the fields that belong in a question group. Only `payment` and `group` blocks are not allowed inside a question group.
763
* Available for the `group` type.
764
*/
765
- fields?: any[][]
+ fields?: any[]
766
/**
767
* true to allow respondents to select more than one answer choice. false to allow respondents to select only one answer choice.
768
* Available for `multiple_choice` and `picture_choice` types.
0 commit comments