Delen via


SearchQuery type

Fuzzy zoekopdracht

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