Preparing search index...
The search index is not available
dyna-record
dyna-record
MakeOptional
Type alias MakeOptional<T, K>
Make
Optional
<
T
,
K
>
:
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
A utility type for modifying certain keys of an object type to be optional.
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
dyna-record
Loading...
Generated using
TypeDoc
A utility type for modifying certain keys of an object type to be optional.