Files
gridpilot.gg/packages/media/application/ports/ImageServicePort.ts
2025-12-04 23:31:55 +01:00

6 lines
208 B
TypeScript

export interface ImageServicePort {
getDriverAvatar(driverId: string): string;
getTeamLogo(teamId: string): string;
getLeagueCover(leagueId: string): string;
getLeagueLogo(leagueId: string): string;
}