Files
gridpilot.gg/packages/racing/application/dto/JoinLeagueCommandDTO.ts
2025-12-04 15:15:24 +01:00

4 lines
81 B
TypeScript

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