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

3 lines
72 B
TypeScript

export interface GetTeamJoinRequestsQueryParamsDTO {
teamId: string;
}