added all people endpoints

This commit is contained in:
DerPenz
2023-02-19 17:34:38 +01:00
parent 912a91e8dc
commit d29afab89f
3 changed files with 118 additions and 15 deletions

View File

@@ -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;
}