api client refactor
This commit is contained in:
7
apps/website/lib/dtos/DriverStatsDto.ts
Normal file
7
apps/website/lib/dtos/DriverStatsDto.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Driver stats data transfer object
|
||||
* Global driver statistics
|
||||
*/
|
||||
export interface DriverStatsDto {
|
||||
totalDrivers: number;
|
||||
}
|
||||
Reference in New Issue
Block a user