Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
PartialOmit
Type Alias PartialOmit<T, U>
Partial
Omit
<
T
,
U
>
:
T
extends
T
?
Pick
<
T
,
U
>
&
Partial
<
Omit
<
T
,
U
>
>
:
never
Apply
Partial<>
on all not 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 all not selected properties.