Type Alias SearchLastAppointmentExists

SearchLastAppointmentExists: {
    field: "lastAppointment";
    operator: "exists" | "not_exists";
}

Type declaration

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