Type Alias SearchBusinessNameExists

SearchBusinessNameExists: {
    field: "businessName";
    operator: "exists" | "not_exists";
}

Type declaration

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