Skip to content

Commit 26f35f7

Browse files
fix(types): fix type typing in Field interface
2 parents ba533b1 + 55f9db2 commit 26f35f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeform-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export namespace Typeform {
208208
/**
209209
* The type of field.
210210
*/
211-
type?: Type[]
211+
type?: Type
212212
/**
213213
* Properties of a field.
214214
*/

0 commit comments

Comments
 (0)