家族の型に性別を追加
@@ -10,5 +10,5 @@ export interface Family {
fatherId: string;
motherId: string;
spouseId: string;
+ gender: string;
}
-