Type Alias TLoginInfo

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