# GetLightAccountType | @account-kit/smart-contracts

> Overview of GetLightAccountType 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 GetLightAccountType<TAccount> = TAccount["source"] extends LightAccountType
  ? TAccount["source"]
  : never;
```

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

## Type Parameters

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

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