linting
This commit is contained in:
@@ -9,8 +9,8 @@ export interface GetLeagueProtestsUseCaseParams {
|
||||
}
|
||||
|
||||
export interface GetLeagueProtestsResultDTO {
|
||||
protests: any[];
|
||||
races: any[];
|
||||
protests: unknown[];
|
||||
races: unknown[];
|
||||
drivers: { id: string; name: string }[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user