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

4 lines
92 B
TypeScript

export interface ApproveTeamJoinRequestCommandDTO {
teamId: string;
requestId: string;
}