/**
* This is show specific
*//**
* Content certification for a show
*/
export interfaceShowCertification {
/**
* Show's certification
*/
certification: string;
/**
* A 2 char country code
*/
country: string;
}
//# sourceMappingURL=certifications.d.ts.map