Details of the streaming service localized according to the parent country.

ServiceInfo

interface ServiceInfo {
    homePage: string;
    id: string;
    imageSet: ServiceImageSet;
    name: string;
    themeColorCode: string;
}

Properties

homePage: string

Link to the homepage of the service.

ServiceInfo

id: string

Id of the service.

ServiceInfo

imageSet: ServiceImageSet

Image set of the service.

ServiceInfo

name: string

Name of the service.

ServiceInfo

themeColorCode: string

Associated theme color hex code of the service.

ServiceInfo