Type alias CountryV2

CountryV2: {
    @type: "Country";
} & Omit<GenericOrgType, "@type">

Type declaration

  • @type: "Country"