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

3 lines
68 B
TypeScript

export interface GetDriverTeamQueryParamsDTO {
driverId: string;
}