# GetAccountParameter

> Overview of GetAccountParameter

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

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

```ts
type GetAccountParameter<TAccount, TAccountOverride> =
  IsUndefined<TAccount> extends true ? object : object;
```

Defined in: [packages/smart-accounts/src/types.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/types.ts#L15)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* [`SmartAccount`](https://viem.sh) | `undefined`
      </td>

      <td>
        [`SmartAccount`](https://viem.sh) | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `TAccountOverride` *extends* [`SmartAccount`](https://viem.sh)
      </td>

      <td>
        [`SmartAccount`](https://viem.sh)
      </td>
    </tr>

  </tbody>
</table>