Merge branch 'master' of github.com:blakejoy/tmdb-ts into feature/multi-search
This commit is contained in:
@@ -126,6 +126,7 @@ export interface ContentRatings {
|
||||
}
|
||||
|
||||
export interface ContentRatingsResult {
|
||||
descriptor: unknown[];
|
||||
iso_3166_1: string;
|
||||
rating: string;
|
||||
}
|
||||
@@ -200,3 +201,10 @@ export interface Image {
|
||||
vote_count: number;
|
||||
width: number;
|
||||
}
|
||||
|
||||
export interface Images {
|
||||
id: number;
|
||||
backdrops: Image[];
|
||||
logos: Image[];
|
||||
posters: Image[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user