import type { CountryCode } from '../types/datasets/country-code'; export type PerCountry = Partial>; export type PerCountryAndOtherDiscriminant = Partial>>>;