Interface DeprecatedServiceInfo

Details of a service.

Export

DeprecatedServiceInfo

interface DeprecatedServiceInfo {
    countries: {
        [key: string]: ServiceCountryInfo;
    };
    id: string;
}

Properties

Properties

countries: {
    [key: string]: ServiceCountryInfo;
}

Map of 2-letter country ISO code to details of the service in that country.

Type declaration

Memberof

DeprecatedServiceInfo

id: string

Id of the service.

Memberof

DeprecatedServiceInfo

Generated using TypeDoc