tv seasons endpoint

This commit is contained in:
DerPenz
2023-05-08 17:11:56 +02:00
parent b0b6398169
commit f6a5375c8c
6 changed files with 120 additions and 10 deletions

View File

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