type TraktApiIds = { trakt: number; slug: string; imdb: string; tmdb: number; tvdb: number; tvrage: number; }; export type { TraktApiIds };