Preparing search index...
The search index is not available
@tb-dev/utils - v4.0.7
@tb-dev/utils
WithPartial
Type Alias WithPartial<T, K>
With
Partial
<
T
,
K
>
:
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
Constructs a type consisting of some properties of T set to partial.
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 consisting of some properties of T set to partial.