api client refactor
This commit is contained in:
11
apps/website/lib/dtos/ImportRaceResultsSummaryDto.ts
Normal file
11
apps/website/lib/dtos/ImportRaceResultsSummaryDto.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Import race results summary data transfer object
|
||||
* Summary of race results import operation
|
||||
*/
|
||||
export interface ImportRaceResultsSummaryDto {
|
||||
success: boolean;
|
||||
raceId: string;
|
||||
driversProcessed: number;
|
||||
resultsRecorded: number;
|
||||
errors?: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user