We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10711da commit af99cb3Copy full SHA for af99cb3
src/endpoints/Contacts/types.ts
@@ -31,7 +31,7 @@ interface BaseContactPayload {
31
languages?: string[];
32
emails?: string[];
33
email_addresses?: (Pick<Contact.EmailAddress, 'email_address'> &
34
- Partial<Omit<Contact.EmailAddress, 'email_address'>>)[];
+ Partial<Contact.EmailAddress>)[];
35
phone_numbers?: Contact.PhoneNumber[];
36
urls?: string[];
37
social_accounts?: { type: Contact.SocialNetwork; username: string }[];
0 commit comments