UNPKG

better-trakt

Version:

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

8 lines 192 B
import { TraktApiIds } from './traktTypes'; export interface Episode { season: number; number: number; title: string; ids: TraktApiIds; } //# sourceMappingURL=episodes.d.ts.map