added trending endpoint and types

This commit is contained in:
DerPenz
2023-02-23 18:03:38 +01:00
parent 3c31ab3374
commit c45e74db13
4 changed files with 35 additions and 0 deletions

View File

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