// Generated Source interface FaxCountryInfo { /** * Internal identifier of a home country */ id?: string; /** * Country code in ISO 3166-1 alpha-2. If specified then country ID cannot be specified */ isoCode?: string; } export default FaxCountryInfo;