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

3 lines
73 B
TypeScript

export interface RejectTeamJoinRequestCommandDTO {
requestId: string;
}