Type Alias TUserInfo

TUserInfo: {
    nickname: string;
    user_id: number;
}