(data: {
familyId: string;
name: string;
gender: 'male' | 'female';
birthDate: string | null;
deathDate: string | null;
photo: string | null;
details: string | null;
phone: string | null;
email: string | null;
})