interface Stats {
    fanRankings: any[];
    watchCount: string;
}

Properties

fanRankings: any[]
watchCount: string