Vana SDK - v0.1.0
Preparing search index...
types/generics
DeepPartial
Type Alias DeepPartial<T>
DeepPartial
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
extends
object
?
DeepPartial
<
T
[
P
]
>
:
T
[
P
]
}
Helper type to create a deep partial type
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Vana SDK - v0.1.0
Loading...
Helper type to create a deep partial type