website refactor
This commit is contained in:
@@ -8,6 +8,6 @@ export interface RawStanding {
|
||||
podiums: number;
|
||||
}
|
||||
|
||||
export interface ILeagueStandingsRepository {
|
||||
export interface LeagueStandingsRepository {
|
||||
getLeagueStandings(leagueId: string): Promise<RawStanding[]>;
|
||||
}
|
||||
Reference in New Issue
Block a user