api client refactor
This commit is contained in:
13
apps/website/lib/dtos/RaceDetailLeagueDto.ts
Normal file
13
apps/website/lib/dtos/RaceDetailLeagueDto.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Race detail league data transfer object
|
||||
* League information in race details
|
||||
*/
|
||||
export interface RaceDetailLeagueDto {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
settings: {
|
||||
maxDrivers?: number;
|
||||
qualifyingFormat?: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user