fix warnings for any type
This commit is contained in:
@@ -134,14 +134,14 @@ export interface ContentRatingsResult {
|
||||
|
||||
export interface Recommendation {
|
||||
adult: boolean;
|
||||
backdrop_path?: any;
|
||||
backdrop_path?: string;
|
||||
genre_ids: number[];
|
||||
id: number;
|
||||
original_language: string;
|
||||
original_title: string;
|
||||
overview: string;
|
||||
release_date: string;
|
||||
poster_path?: any;
|
||||
poster_path?: string;
|
||||
popularity: number;
|
||||
title: string;
|
||||
video: boolean;
|
||||
|
||||
Reference in New Issue
Block a user