Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v5.1.5
@aptos-labs/ts-sdk
PrivateCode
Pick
Type Alias Pick<T, K>
Pick
<
T
,
K
>
:
{
[
P
in
K
]
:
T
[
P
]
}
From T, pick a set of properties whose keys are in the union K
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v5.1.5
Loading...
From T, pick a set of properties whose keys are in the union K