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