api client refactor
This commit is contained in:
9
apps/website/lib/dtos/DriversLeaderboardDto.ts
Normal file
9
apps/website/lib/dtos/DriversLeaderboardDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { DriverLeaderboardItemDto } from './DriverLeaderboardItemDto';
|
||||
|
||||
/**
|
||||
* Drivers leaderboard data transfer object
|
||||
* Contains the list of top drivers
|
||||
*/
|
||||
export interface DriversLeaderboardDto {
|
||||
drivers: DriverLeaderboardItemDto[];
|
||||
}
|
||||
Reference in New Issue
Block a user