Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
DeepPartial
Type alias DeepPartial<T>
Deep
Partial
<
T
>
:
T
extends
object
?
{
[
P
in
keyof
T
]
?:
DeepPartial
<
T
[
P
]
>
}
:
T
将类型T中所有属性都变为可选属性
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wsvaio/utils
Progress
BuiltInObjects
Compose
JsonableObj
DeepKeys
DeepOmit
DeepPartial
DeepPick
IsEqual
IsOptional
Jsonable
JsonableArr
JsonableBasic
Middleware
Parameters
ToUnionOfFunction
UnionToIntersection
ValueOf
Writeable
filePickerKey
arrayToTree
Loading...
Generated using
TypeDoc
将类型T中所有属性都变为可选属性