# UseDropAndReplaceUserOperationArgs | @account-kit/react

> Overview of UseDropAndReplaceUserOperationArgs 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 UseDropAndReplaceUserOperationArgs<TEntryPointVersion, TAccount> = object &
  UseDropAndReplaceUserOperationMutationArgs<TEntryPointVersion, TAccount>;
```

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

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `client`
      </td>

      <td>
        | [`UseSmartAccountClientResult`](UseSmartAccountClientResult)\[`"client"`]
        | `undefined`
      </td>
    </tr>

  </tbody>
</table>

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