refactor driver module (wip)
This commit is contained in:
6
core/racing/application/ports/IImageServicePort.ts
Normal file
6
core/racing/application/ports/IImageServicePort.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface IImageServicePort {
|
||||
getDriverAvatar(driverId: string): string;
|
||||
getTeamLogo(teamId: string): string;
|
||||
getLeagueCover(leagueId: string): string;
|
||||
getLeagueLogo(leagueId: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user