Type Alias SearchEmailExists

SearchEmailExists: { field: "email"; operator: "exists" | "not_exists" }

Type declaration

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