# LightAccountVersion | @account-kit/smart-contracts

> Overview of LightAccountVersion from @account-kit/smart-contracts

> 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 LightAccountVersionConfigs[TAccountType];
```

Defined in: [account-kit/smart-contracts/src/light-account/types.ts:42](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/light-account/types.ts#L42)

## Type Parameters

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

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