Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
DeepPartial
Type alias DeepPartial<T>
Deep
Partial
<
T
>
:
T
extends
object
?
{
[
P
in
keyof
T
]
?:
DeepPartial
<
T
[
P
]
>
}
:
T
make all properties optional recursively.
Type Parameters
T
Source
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
make all properties optional recursively.