type GetContextParameter<TContext> =
IsUndefined<TContext> extends true ? object : object;Defined in: aa-sdk/core/src/actions/smartAccount/types.ts:139
| Type Parameter | Default type |
|---|---|
|
|
type GetContextParameter<TContext> =
IsUndefined<TContext> extends true ? object : object;Defined in: aa-sdk/core/src/actions/smartAccount/types.ts:139
| Type Parameter | Default type |
|---|---|
|
|