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

4 lines
78 B
TypeScript

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