api client refactor
This commit is contained in:
10
apps/website/lib/dtos/RaceProtestsDto.ts
Normal file
10
apps/website/lib/dtos/RaceProtestsDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { RaceProtestDto } from './RaceProtestDto';
|
||||
|
||||
/**
|
||||
* Race protests data transfer object
|
||||
* List of protests for a race
|
||||
*/
|
||||
export interface RaceProtestsDto {
|
||||
protests: RaceProtestDto[];
|
||||
driverMap: Record<string, string>;
|
||||
}
|
||||
Reference in New Issue
Block a user