Skip to content

Commit efc8e11

Browse files
authored
feat: include phone_number in Typeform Response type (#117)
1 parent 4fffcc5 commit efc8e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/typeform-types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ export namespace Typeform {
10321032
| 'boolean'
10331033
| 'text'
10341034
| 'payment'
1035+
| 'phone_number'
10351036
/**
10361037
* Represents single choice answers for dropdown-like fields.
10371038
*/
@@ -1055,6 +1056,7 @@ export namespace Typeform {
10551056
last4?: string
10561057
name?: string
10571058
}
1059+
phone_number?: string
10581060
}[]
10591061
calculated?: {
10601062
score?: number

0 commit comments

Comments
 (0)