# UsePrepareSwapParams | @account-kit/react

> Overview of UsePrepareSwapParams from @account-kit/react

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

```ts
type UsePrepareSwapParams = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="client" /> `client`
      </td>

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

  </tbody>
</table>