interface ProfileOverview {
    active: number;
    authorStats: ProfileAuthorStats;
    avatar: string;
    biography: string;
    favorites: number;
    follows: number;
    gender: string;
    joined: number;
    location: string;
    name: string;
    ratings: number;
}

Properties

active: number
authorStats: ProfileAuthorStats
avatar: string
biography: string
favorites: number
follows: number
gender: string
joined: number
location: string
name: string
ratings: number