added find endpoint and types

This commit is contained in:
DerPenz
2023-02-23 18:44:26 +01:00
parent f75321e6a6
commit 4efa4a7354
5 changed files with 47 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ export interface Episode {
still_path: string
vote_average: number
vote_count: number
show_id: number;
runtime: number;
}
export interface SeasonDetails {