merge records composite type (#14005)

/closes #13989

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
neo773
2025-09-08 21:20:26 +05:30
committed by GitHub
parent 9e81618773
commit ad944e1d2c
19 changed files with 1277 additions and 16 deletions
@@ -23,5 +23,5 @@ export const emailsCompositeType: CompositeType = {
export type EmailsMetadata = {
primaryEmail: string;
additionalEmails: object | null;
additionalEmails: string[] | null;
};