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

@@ -9,3 +9,5 @@ export * from './genre';
export * from './movies';
export * from './configuration';
export * from './tv-shows';
export * from './people';