We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fffcc5 commit efc8e11Copy full SHA for efc8e11
src/typeform-types.ts
@@ -1032,6 +1032,7 @@ export namespace Typeform {
1032
| 'boolean'
1033
| 'text'
1034
| 'payment'
1035
+ | 'phone_number'
1036
/**
1037
* Represents single choice answers for dropdown-like fields.
1038
*/
@@ -1055,6 +1056,7 @@ export namespace Typeform {
1055
1056
last4?: string
1057
name?: string
1058
}
1059
+ phone_number?: string
1060
}[]
1061
calculated?: {
1062
score?: number
0 commit comments