関係性のIDの型を追加
@@ -7,5 +7,8 @@ export interface Family {
relationship: string;
birthDate: string;
note: string;
+ fatherId: string;
+ motherId: string;
+ spouseId: string;
}