Preparing search index...
The search index is not available
scanbotsdk
scanbotsdk
DeepPartial
Type alias DeepPartial<T, POLYMORPHIC_KEY_REQUIREMENT>
Deep
Partial
<
T
,
POLYMORPHIC_KEY_REQUIREMENT
>
:
POLYMORPHIC_KEY_REQUIREMENT
extends
"UNKNOWN"
?
IsUnion
<
T
>
extends
true
?
DeepPartial
<
T
,
"REQUIRED"
>
:
DeepPartial
<
T
,
"NOT_REQUIRED"
>
:
T
extends
(
infer
I
)
[]
?
DeepPartial
<
I
>
[]
:
T
extends
object
?
T
extends
NonPartiallyConstructibleTrait
?
T
:
T
extends
Function
?
T
:
POLYMORPHIC_KEY_REQUIREMENT
extends
"REQUIRED"
?
(
...
)
&
(
...
)
:
{
[
P
in
(
...
)
]
?:
(
...
)
}
:
T
Type Parameters
T
POLYMORPHIC_KEY_REQUIREMENT
=
"UNKNOWN"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
scanbotsdk
Loading...