0.0.1.2
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
export type Gender = "male" | "female" | "other"
|
||||
export type Gender = "MALE" | "FEMALE" | "OTHER"
|
||||
export type LifeStatus = "living" | "deceased" | "unknown"
|
||||
|
||||
export interface FamilyStory {
|
||||
|
||||
Reference in New Issue
Block a user