Skip to content

Commit af99cb3

Browse files
committed
[DEV-22531] Simplified email_addresses update type
1 parent 10711da commit af99cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoints/Contacts/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface BaseContactPayload {
3131
languages?: string[];
3232
emails?: string[];
3333
email_addresses?: (Pick<Contact.EmailAddress, 'email_address'> &
34-
Partial<Omit<Contact.EmailAddress, 'email_address'>>)[];
34+
Partial<Contact.EmailAddress>)[];
3535
phone_numbers?: Contact.PhoneNumber[];
3636
urls?: string[];
3737
social_accounts?: { type: Contact.SocialNetwork; username: string }[];

0 commit comments

Comments
 (0)