# GetLightAccountType

> Overview of GetLightAccountType

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

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

```ts
type GetLightAccountType<TAccount> =
  TAccount["smartAccountType"] extends LightAccountType
    ? TAccount["smartAccountType"]
    : never;
```

Defined in: [packages/smart-accounts/src/light-account/registry.ts:81](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/light-account/registry.ts#L81)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `LightAccountBase`
      </td>
    </tr>
  </tbody>
</table>