Skip to content

Commit

Permalink
feat: include phone_number in Typeform Response type (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadHH authored Feb 8, 2024
1 parent 4fffcc5 commit efc8e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/typeform-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ export namespace Typeform {
| 'boolean'
| 'text'
| 'payment'
| 'phone_number'
/**
* Represents single choice answers for dropdown-like fields.
*/
Expand All @@ -1055,6 +1056,7 @@ export namespace Typeform {
last4?: string
name?: string
}
phone_number?: string
}[]
calculated?: {
score?: number
Expand Down

0 comments on commit efc8e11

Please sign in to comment.