interface Infos {
    alias: string;
    avatarUrl: string;
    bgCoverUrl: string;
    description: { raw: string; tree: Tree };
    hasNftBadge: boolean;
    id: number;
    info: {
        commentCount: number;
        country: string;
        creationDate: string;
        creationSince: number;
        forumMessageCount: number;
        lastVisitDate: string;
    };
    level: { id: number; name: string };
}

Hierarchy (View Summary)

Properties

alias: string
avatarUrl: string
bgCoverUrl: string
description: { raw: string; tree: Tree }
hasNftBadge: boolean
id: number
info: {
    commentCount: number;
    country: string;
    creationDate: string;
    creationSince: number;
    forumMessageCount: number;
    lastVisitDate: string;
}
level: { id: number; name: string }