linting
This commit is contained in:
@@ -15,7 +15,7 @@ export interface GetLeagueSeasonsViewModel {
|
||||
}
|
||||
|
||||
export interface GetLeagueSeasonsResultDTO {
|
||||
seasons: any[];
|
||||
seasons: unknown[];
|
||||
}
|
||||
|
||||
export interface IGetLeagueSeasonsPresenter extends Presenter<GetLeagueSeasonsResultDTO, GetLeagueSeasonsViewModel> {}
|
||||
Reference in New Issue
Block a user