This commit is contained in:
freedakgmail
2025-11-23 09:13:25 +08:00
parent 81dbf709aa
commit bade25ff26
378 changed files with 769815 additions and 2334 deletions
+1 -1
View File
@@ -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 {