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