interface Center { id: number name: string city: string zip_code: number address: string } export default Center;