Type Alias SearchValidEmailExists

SearchValidEmailExists: {
    field: "validEmail";
    operator: "exists" | "not_exists";
}

Type declaration

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