Preparing search index...
The search index is not available
type-plus - v8.0.0-beta.7
type-plus
PartialOmit
Type Alias PartialOmit<T, U>
PartialOmit
:
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.7
Loading...
Apply
Partial<>
on all not selected properties.