Country: { code: string; name: string }

A country object with a country code and name.

Type declaration

  • code: string
  • name: string