Dashboard artist data

interface DashboardArtistData {
    id: string;
    name: string;
    skipCount: number;
    trackCount: number;
    skipPercentage: number;
}

Properties

id: string
name: string
skipCount: number
trackCount: number
skipPercentage: number