UNPKG

better-trakt

Version:

A Trakt.tv client with native Typescript support and quality of life features

9 lines (7 loc) 147 B
import { TraktApiIds } from './traktTypes'; export interface Episode { season: number; number: number; title: string; ids: TraktApiIds; }