# UseDropAndReplaceUserOperationMutationArgs | @account-kit/react

> Overview of UseDropAndReplaceUserOperationMutationArgs 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 UseDropAndReplaceUserOperationMutationArgs<TEntryPointVersion, TAccount> =
  BaseHookMutationArgs<
    SendUserOperationResult<TEntryPointVersion>,
    DropAndReplaceUserOperationParameters<TAccount>
  >;
```

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

## 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>