refactor
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface GetLeagueJoinRequestsResultDTO {
|
||||
joinRequests: Array<{
|
||||
id: string;
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
requestedAt: Date;
|
||||
message?: string;
|
||||
driver: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user