feat: 增加存储详情功能
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface IProfile {
|
||||
name: string
|
||||
gender: 'male' | 'female' | ''
|
||||
height: number | null
|
||||
weight: number | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user