Type Alias SearchDateUpdatedExists

SearchDateUpdatedExists: {
    field: "dateUpdated";
    operator: "exists" | "not_exists";
}

Type declaration

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