@tb-dev/utils - v6.0.3
Preparing search index...
PickPartial
Type Alias PickPartial<T, K>
PickPartial
:
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 - v6.0.3
Loading...
Constructs a type by picking the set of properties
K
from a partial version ofT
.