added review endpoint and types

This commit is contained in:
DerPenz
2023-02-22 17:27:32 +01:00
parent bca40f72b7
commit 02a1c85081
4 changed files with 22 additions and 0 deletions

View File

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