0.3.0.3
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
export type Gender = "MALE" | "FEMALE" | "OTHER"
|
||||
export type LifeStatus = "living" | "deceased" | "unknown"
|
||||
|
||||
export interface FamilyPhoto {
|
||||
url: string
|
||||
caption?: string // 照片说明(选填)
|
||||
uploadedAt: string // 上传时间
|
||||
}
|
||||
|
||||
export interface FamilyStory {
|
||||
id: string
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user