Type Alias SearchOpportunityStatusExists

SearchOpportunityStatusExists: {
    field: "status";
    operator: "exists" | "not_exists";
}

Type declaration

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