@webdeveric/utils
Preparing search index...
types/utils
DeepPartial
Type Alias DeepPartial<Type>
DeepPartial
:
Type
extends
unknown
[]
?
DeepPartial
<
Type
[
number
]
>
[]
:
Type
extends
object
?
{
[
Property
in
keyof
Type
]
?:
DeepPartial
<
Type
[
Property
]
>
}
:
Type
Type Parameters
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...