diff --git a/src/entities/ProfileFamily.ts b/src/entities/ProfileFamily.ts index 21cc1351..f7661835 100644 --- a/src/entities/ProfileFamily.ts +++ b/src/entities/ProfileFamily.ts @@ -294,7 +294,6 @@ export type CreateProfileFamily = { }; export type UpdateProfileFamily = { - id: string; couple?: boolean | null; couplePrefix?: string | null; coupleFirstName?: string | null;