team rating
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* DTO: RecordTeamRaceRatingEventsDto
|
||||
*
|
||||
* Input for RecordTeamRaceRatingEventsUseCase
|
||||
*/
|
||||
|
||||
export interface RecordTeamRaceRatingEventsInput {
|
||||
raceId: string;
|
||||
}
|
||||
|
||||
export interface RecordTeamRaceRatingEventsOutput {
|
||||
success: boolean;
|
||||
raceId: string;
|
||||
eventsCreated: number;
|
||||
teamsUpdated: string[];
|
||||
errors: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user