/** * This is show specific */ /** * Content certification for a show */ export interface ShowCertification { /** * Show's certification */ certification: string; /** * A 2 char country code */ country: string; }