UNPKG

better-trakt

Version:

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

19 lines (16 loc) 239 B
/** * This is show specific */ /** * Content certification for a show */ export interface ShowCertification { /** * Show's certification */ certification: string; /** * A 2 char country code */ country: string; }