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