Preparing search index...
The search index is not available
object-chronicler
object-chronicler
DeepPartial
Type alias DeepPartial<T>
Deep
Partial
<
T
>
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
extends
Record
<
string
,
unknown
>
?
DeepPartial
<
T
[
P
]
>
:
T
[
P
]
}
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
object-chronicler
BasicHistory
History
DeepPartial
HistoryItem
createSpy
isFunction
isHistoryInstance
isObject
Generated using
TypeDoc