SearchQuery type

유사 항목 검색 쿼리

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