Type alias RaceWithParticipants

RaceWithParticipants: Race & {
    participants?: RacePlayer[];
    leaderboards?: RacePlayer[];
}

Returns race data with all details about participants and leaderboards.

Generated using TypeDoc