# GetAccountParam | @account-kit/wallet-client

> Overview of GetAccountParam from @account-kit/wallet-client

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

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

```ts
type GetAccountParam<TAccount> =
  IsUndefined<TAccount> extends true ? object : object;
```

Defined in: [account-kit/wallet-client/src/client/actions/prepareCalls.ts:17](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/wallet-client/src/client/actions/prepareCalls.ts#L17)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount`
      </td>
    </tr>
  </tbody>
</table>