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