SDK ReferenceSmart contractsType AliasesLightAccountEntryPointVersionCopy page 1type LightAccountEntryPointVersion<TLightAccountType, TLightAccountVersion> =2 LightAccountVersionConfigs[TLightAccountType][TLightAccountVersion] extends LightAccountVersionConfig3 ? LightAccountVersionConfigs[TLightAccountType][TLightAccountVersion]["entryPointVersion"]4 : never; Defined in: account-kit/smart-contracts/src/light-account/types.ts:48 Type Parameters Type ParameterDefault typeTLightAccountType extends LightAccountType‐TLightAccountVersion extends LightAccountVersion<TLightAccountType>LightAccountVersion<TLightAccountType>