Type Alias SearchPhoneExists

SearchPhoneExists: { field: "phone"; operator: "exists" | "not_exists" }

Type declaration

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