// Generated Source interface CountryInfo { /** * Internal identifier of a home country */ id?: string; /** * Canonical URI of a home country */ uri?: string; /** * Official name of a home country */ name?: string; } export default CountryInfo;