Interface ServiceCountryInfo

Details of a service in a country.

Export

ServiceCountryInfo

interface ServiceCountryInfo {
    addons: {
        [key: string]: Addon;
    };
    supportedStreamingTypes: SupportedStreamingTypes;
}

Properties

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

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

Type declaration

Memberof

ServiceCountryInfo

supportedStreamingTypes: SupportedStreamingTypes

Memberof

ServiceCountryInfo

Generated using TypeDoc