Type alias CountryIsoCode

CountryIsoCode: { alpha3: string; c: string; co: string; countryCode: number }

Type declaration

  • alpha3: string

    three letters e.g. "ALA"

  • c: string

    two letters text e.g. "AX"

  • co: string

    Text e.g. "Aland Islands"

  • countryCode: number

    e.g. 248

Generated using TypeDoc