IGPAPI
Preparing search index...
@igpapi/core
index
WithOptionalDefaults
Type Alias WithOptionalDefaults<T, D>
WithOptionalDefaults
:
Omit
<
T
,
keyof
D
>
&
Partial
<
Pick
<
T
,
keyof
D
&
keyof
T
>
>
Makes keys present in D optional, keeps the rest unchanged.
Type Parameters
T
D
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...
Makes keys present in D optional, keeps the rest unchanged.