interface Data {
    lastUpdated: Date;
    competition: API.soccer.Trophies.Competition[];
}

Properties

lastUpdated: Date