website refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface IImageServicePort {
|
||||
export interface ImageServicePort {
|
||||
getDriverAvatar(driverId: string): string;
|
||||
getTeamLogo(teamId: string): string;
|
||||
getLeagueCover(leagueId: string): string;
|
||||
@@ -6,7 +6,7 @@ import { TeamDrivingRaceFactsDto } from '../../domain/services/TeamDrivingRating
|
||||
* Provides race results for teams from the racing context.
|
||||
* This is a port that adapts the racing domain data to the rating system.
|
||||
*/
|
||||
export interface ITeamRaceResultsProvider {
|
||||
export interface TeamRaceResultsProvider {
|
||||
/**
|
||||
* Get race results for teams
|
||||
* Returns team race facts needed for rating calculations
|
||||
Reference in New Issue
Block a user