Represents a type that allows partial deep cloning of an object.
The DeepPartial type recursively makes all properties of T optional.
If a property is an object, it will also be made partially optional.
Type Parameters
T
The type of the object to make partially optional.
Represents a type that allows partial deep cloning of an object. The
DeepPartial
type recursively makes all properties ofT
optional. If a property is an object, it will also be made partially optional.