updates types and add watch providers

This commit is contained in:
Blake Joynes
2024-06-09 15:53:28 -04:00
parent 9ac3da7321
commit 8df7fe2f2a
29 changed files with 1274 additions and 406 deletions

View File

@@ -1,4 +1,4 @@
import { Image, Movie, Person, TV } from '.';
import { CountryCode, Image, Movie, Person, TV } from '.';
interface Cast {
character: string;
@@ -140,7 +140,7 @@ export interface TaggedImages {
export interface PersonTranslations {
id: number;
translations: {
iso_3166_1: string;
iso_3166_1: CountryCode;
iso_639_1: string;
name: string;
english_name: string;