UNPKG

@episodehunter/thetvdb

Version:
8 lines (7 loc) 158 B
export interface TheTvDbUpdatedShows { data: TheTvDbUpdatedShowId[]; } export interface TheTvDbUpdatedShowId { id: number; lastUpdated: number; }