module cleanup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface LeagueJoinRequestWithDriverDTO {
|
||||
id: string;
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
requestedAt: Date;
|
||||
message?: string;
|
||||
driver: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user