Type Alias SearchLastEmailClickedDateExists

SearchLastEmailClickedDateExists: {
    field: "lastEmailClickedDate";
    operator: "exists" | "not_exists";
}

Type declaration

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