export interface CountryDetailsDefinitionInterface { countryCode3?: string; name: string; }