Preparing search index...
The search index is not available
platform-bible-utils
platform-bible-utils
DeepPartial
Type Alias DeepPartial<T>
DeepPartial
:
T
extends
object
?
{
[
P
in
keyof
T
]
?:
DeepPartial
<
T
[
P
]
>
}
:
T
Within type T, recursively change all properties to be optional
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
platform-bible-utils
Loading...
Within type T, recursively change all properties to be optional