added people endpoint with details, credits
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user