# LightAccountVersionConfigs | @account-kit/smart-contracts

> Overview of LightAccountVersionConfigs 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 LightAccountVersionConfigs = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="lightaccount" /> `LightAccount`
      </td>

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `LightAccount.v1.0.1`
      </td>

      <td>
        [`LightAccountVersionConfig`](LightAccountVersionConfig)\<`"0.6.0"`>
      </td>
    </tr>

    <tr>
      <td>
        `LightAccount.v1.0.2`
      </td>

      <td>
        [`LightAccountVersionConfig`](LightAccountVersionConfig)\<`"0.6.0"`>
      </td>
    </tr>

    <tr>
      <td>
        `LightAccount.v1.1.0`
      </td>

      <td>
        [`LightAccountVersionConfig`](LightAccountVersionConfig)\<`"0.6.0"`>
      </td>
    </tr>

    <tr>
      <td>
        `LightAccount.v2.0.0`
      </td>

      <td>
        [`LightAccountVersionConfig`](LightAccountVersionConfig)\<`"0.7.0"`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="multiownerlightaccount" /> `MultiOwnerLightAccount`
      </td>

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `MultiOwnerLightAccount.v2.0.0`
      </td>

      <td>
        [`LightAccountVersionConfig`](LightAccountVersionConfig)\<`"0.7.0"`>
      </td>
    </tr>

  </tbody>
</table>