Files
gridpilot.gg/core/racing/application/dtos/JoinLeagueCommandDTO.ts
2025-12-17 14:04:11 +01:00

4 lines
81 B
TypeScript

export interface JoinLeagueCommandDTO {
leagueId: string;
driverId: string;
}