interface Ranking {
    rank: number;
    contestantId: string;
    contestantName: string;
    contestantShortName: string;
    contestantClubName: string;
    contestantCode: string;
    rankStatus?: string;
    rankId?: string;
    lastRank?: number;
    points?: number;
    matchesPlayed?: number;
    matchesWon?: number;
    matchesLost?: number;
    matchesDrawn?: number;
    goalsFor?: number;
    goalsAgainst?: number;
    goaldifference?: string;
    lastSix?: string;
    venueId?: string;
    venueName?: string;
    minimumAttendance?: number;
    maximumAttendance?: number;
    averageAttendance?: number;
    capacity?: number;
    percentSold?: string;
    goals0?: number;
    goals1?: number;
    goals2?: number;
    goals3?: number;
    goals4?: number;
    goals5?: number;
    goals6?: number;
    goals7?: number;
    goalsMoreThan7?: number;
    goalsAverage?: string;
}

Properties

rank: number
contestantId: string
contestantName: string
contestantShortName: string
contestantClubName: string
contestantCode: string
rankStatus?: string
rankId?: string
lastRank?: number
points?: number
matchesPlayed?: number
matchesWon?: number
matchesLost?: number
matchesDrawn?: number
goalsFor?: number
goalsAgainst?: number
goaldifference?: string
lastSix?: string
venueId?: string
venueName?: string
minimumAttendance?: number
maximumAttendance?: number
averageAttendance?: number
capacity?: number
percentSold?: string
goals0?: number
goals1?: number
goals2?: number
goals3?: number
goals4?: number
goals5?: number
goals6?: number
goals7?: number
goalsMoreThan7?: number
goalsAverage?: string