export type UserInfo = {
nickname: string
avatar: string
}
export type UserItem = {
username: string
age: number