Type Alias SearchCountryExists

SearchCountryExists: { field: "country"; operator: "exists" | "not_exists" }

Type declaration

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