added all people endpoints
This commit is contained in:
@@ -197,3 +197,13 @@ export interface Translations {
|
||||
id: number;
|
||||
translations: Translation[];
|
||||
}
|
||||
|
||||
export interface Image{
|
||||
aspect_ratio: number;
|
||||
file_path: string;
|
||||
height: number;
|
||||
iso_639_1: string;
|
||||
vote_average: number;
|
||||
vote_count: number;
|
||||
width: number;
|
||||
}
|
||||
Reference in New Issue
Block a user