
export type Country = {
    id: string
    name: string
    latitude?:string
    longitude?:string
  }