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

4 lines
77 B
TypeScript

export interface JoinTeamCommandDTO {
teamId: string;
driverId: string;
}