SearchQuery type

Fuzzy search query

type SearchQuery = {
  coordinates?: LatLon
  countryCodeFilter?: string[]
  query: string
}