Preparing search index...
The search index is not available
reviewed
reviewed
Optional
Type alias Optional<T, K>
Optional
<
T
,
K
>
:
Omit
<
T
,
K
>
&
{
[
K
in
keyof
T
]
?:
T
[
K
]
}
Type Parameters
T
K
extends
keyof
T
The optional type union
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
reviewed
Loading...
The optional type union