Interface CountryMap

Interface for Map of Country Specifications

interface CountryMap {
    [code: string]: CountrySpec;
}

Indexable

[code: string]: CountrySpec