Merge branch 'master' into endpoint/tv-season

This commit is contained in:
DerPenz
2023-05-15 13:13:20 +02:00
17 changed files with 267 additions and 103 deletions

View File

@@ -14,6 +14,7 @@ export * from './trending';
export * from './find';
export * from './keywords';
export * from './collections';
export * from './tv-episode';
export * from './tv-seasons';
export type MediaType = 'movie' | 'tv' | 'person';