type GetLightAccountType<TAccount> = TAccount["source"] extends LightAccountType
? TAccount["source"]
: never;Defined in: account-kit/smart-contracts/src/light-account/types.ts:45
| Type Parameter |
|---|
|
type GetLightAccountType<TAccount> = TAccount["source"] extends LightAccountType
? TAccount["source"]
: never;Defined in: account-kit/smart-contracts/src/light-account/types.ts:45
| Type Parameter |
|---|
|