api client refactor
This commit is contained in:
11
apps/website/lib/dtos/LeagueJoinRequestDto.ts
Normal file
11
apps/website/lib/dtos/LeagueJoinRequestDto.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* League join request transport object
|
||||
* Represents a driver's request to join a league
|
||||
*/
|
||||
export interface LeagueJoinRequestDto {
|
||||
id: string;
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
requestedAt: Date;
|
||||
message?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user