SupportedAccounts

1type SupportedAccounts =
2 | LightAccount<AlchemySigner, LightAccountVersion<"LightAccount">>
3 | MultiOwnerModularAccount<AlchemySigner>
4 | MultiOwnerLightAccount<
5 AlchemySigner,
6 LightAccountVersion<"MultiOwnerLightAccount">
7 >
8 | ModularAccountV2<AlchemySigner>;

Defined in: account-kit/core/src/types.ts:39