Preparing search index...
The search index is not available
@tb-dev/utils - v4.0.7
@tb-dev/utils
PickPartial
Type Alias PickPartial<T, K>
Pick
Partial
<
T
,
K
>
:
Pick
<
Partial
<
T
>
,
K
>
Constructs a type by picking the set of properties
K
from a partial version of
T
.
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tb-dev/utils - v4.0.7
Loading...
Constructs a type by picking the set of properties
K
from a partial version ofT
.