Preparing search index...
The search index is not available
react-native-scanbot-sdk
react-native-scanbot-sdk
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
keyof
T
as
IsPolymorphicKey
<
P
>
extends
true
?
never
:
P
]
?:
DeepPartial
<
T
[
P
]
>
}
&
{
[
P
in
keyof
T
as
IsPolymorphicKey
<
P
>
extends
true
?
P
:
never
]
:
T
[
P
]
}
:
{
[
P
in
keyof
T
]
?:
DeepPartial
<
T
[
P
]
>
}
:
T
Type Parameters
T
POLYMORPHIC_KEY_REQUIREMENT
=
"UNKNOWN"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
react-native-scanbot-sdk
Loading...