# LightAccountVersion

> Overview of LightAccountVersion

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

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

```ts
type LightAccountVersion<TAccountType> =
  keyof (typeof AccountVersionRegistry)[TAccountType];
```

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccountType` *extends* [`LightAccountType`](LightAccountType)
      </td>
    </tr>
  </tbody>
</table>