Type Alias SearchCompanyNameExists

SearchCompanyNameExists: {
    field: "companyName";
    operator: "exists" | "not_exists";
}

Type declaration

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