interface Country { id: number; name: string; abbrev: string; } export default Country;