Dela via


SearchQuery type

Fuzzy-sökfråga

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