Commit c080d2a
authored
fix(types): fix Field.properties.fields type (#49)
Current type of field.properties.fields is `any[][]` -- I believe it should instead be `any[]` per the example in the API docs https://developer.typeform.com/create/reference/create-form/1 parent 9debe94 commit c080d2a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
| 765 | + | |
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| |||
0 commit comments