Files
gridpilot.gg/core/racing/application/use-cases/GetLeagueDriverSeasonStatsUseCaseParams.ts
2025-12-16 18:17:48 +01:00

3 lines
80 B
TypeScript

export interface GetLeagueDriverSeasonStatsUseCaseParams {
leagueId: string;
}