# UseDropAndReplaceUserOperationResult | @account-kit/react

> Overview of UseDropAndReplaceUserOperationResult from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type UseDropAndReplaceUserOperationResult<TEntryPointVersion, TAccount> =
  object;
```

Defined in: [account-kit/react/src/hooks/useDropAndReplaceUserOperation.ts:30](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useDropAndReplaceUserOperation.ts#L30)

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TEntryPointVersion` *extends* `GetEntryPointFromAccount`\<`TAccount`>
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        `TAccount` *extends* `SupportedAccounts`
      </td>

      <td>
        `SupportedAccounts`
      </td>
    </tr>

  </tbody>
</table>

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="dropandreplaceuseroperation" /> `dropAndReplaceUserOperation`
      </td>

      <td>
        `UseMutateFunction`\<`SendUserOperationResult`\<`TEntryPointVersion`>, `Error`, `DropAndReplaceUserOperationParameters`\<`TAccount`>, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="dropandreplaceuseroperationresult" /> `dropAndReplaceUserOperationResult`
      </td>

      <td>
        `SendUserOperationResult`\<`TEntryPointVersion`> | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        <a id="error" /> `error`
      </td>

      <td>
        `Error` | `null`
      </td>
    </tr>

    <tr>
      <td>
        <a id="isdroppingandreplacinguseroperation" /> `isDroppingAndReplacingUserOperation`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

  </tbody>
</table>