website refactor
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export * from './ports/ILeagueStandingsRepository';
|
||||
@@ -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