Interface GetTopShowsRequest

interface GetTopShowsRequest {
    country: string;
    outputLanguage?: GetTopShowsOutputLanguageEnum;
    service: string;
    showType?: ShowType;
}

Properties

country: string
service: string
showType?: ShowType