Preparing search index...
The search index is not available
utilium
utilium
PartialRecursive
Type Alias PartialRecursive<T>
Partial
Recursive
<
T
>
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
extends
(
infer
U
)
[]
?
PartialRecursive
<
U
>
[]
:
T
[
P
]
extends
object
|
undefined
?
PartialRecursive
<
T
[
P
]
>
:
T
[
P
]
}
Type Parameters
T
See
https://dev.to/tmhao2005/ts-useful-advanced-types-3k5e
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utilium
Loading...
See
https://dev.to/tmhao2005/ts-useful-advanced-types-3k5e