Details of a service.

Export

Service

interface Service {
    addons: {
        [key: string]: Addon;
    };
    homePage: string;
    id: string;
    images: ImageSet;
    name: string;
    supportedStreamingTypes: SupportedStreamingTypes;
    themeColorCode: string;
}

Properties

addons: {
    [key: string]: Addon;
}

Map of id to details of the addons supported by the service in this country.

Type declaration

Memberof

Service

homePage: string

Link to the homepage of the service.

Memberof

Service

id: string

Id of the service.

Memberof

Service

images: ImageSet

Memberof

Service

name: string

Name of the service.

Memberof

Service

supportedStreamingTypes: SupportedStreamingTypes

Memberof

Service

themeColorCode: string

Associated theme color hex code of the service.

Memberof

Service

Generated using TypeDoc