Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
PartialPick
Type Alias PartialPick<T, U>
Partial
Pick
<
T
,
U
>
:
T
extends
T
?
Omit
<
T
,
U
>
&
Partial
<
Pick
<
T
,
U
>
>
:
never
Apply
Partial<>
on the selected properties.
Type Parameters
T
U
extends
UnionKeys
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Apply
Partial<>
on the selected properties.