Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
OneRequired
Type Alias OneRequired<T, K1, K2>
OneRequired
:
|
Required
<
Pick
<
T
,
K1
>
>
&
Partial
<
Pick
<
T
,
K2
>
>
|
Required
<
Pick
<
T
,
K2
>
>
&
Partial
<
Pick
<
T
,
K1
>
>
Type Parameters
T
K1
extends
keyof
T
K2
extends
keyof
T
Description
Creates a type that is T with the optional keys K.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
GitHub
Left Curve Software Stack
Loading...
Description
Creates a type that is T with the optional keys K.