Type Alias SearchCityExists

SearchCityExists: { field: "city"; operator: "exists" | "not_exists" }

Type declaration

  • field: "city"
  • operator: "exists" | "not_exists"