export interface UserInfo {
    nickname: string
    id: string
    avatarUrl: string | null
}
