interface Generic {
    alias: string;
    avatarUrl: string;
    bgCoverUrl: string;
    hasNftBadge: boolean;
    id: number;
    level: { id: number; name: string };
}

Hierarchy (View Summary)

Properties

alias: string
avatarUrl: string
bgCoverUrl: string
hasNftBadge: boolean
id: number
level: { id: number; name: string }