added people endpoint with details, credits

This commit is contained in:
DerPenz
2023-02-07 17:07:15 +01:00
parent 641f6cfcd2
commit 912a91e8dc
4 changed files with 124 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export * from './movies';
export * from './search';
export * from './tv-shows';
export * from './watch-providers';
export * from './people';
export interface AuthorDetails {
name: string;