# LightAccountType

> Overview of LightAccountType

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

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

```ts
type LightAccountType = Extract<
  keyof typeof AccountVersionRegistry,
  "LightAccount" | "MultiOwnerLightAccount"
>;
```

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