A recursive partial type for objects, where all properties and nested properties are optional. This is useful when you want to allow partial updates or modifications to deeply nested objects.
partial
The object type to make deeply partial.
A recursive
partialtype for objects, where all properties and nested properties are optional. This is useful when you want to allow partial updates or modifications to deeply nested objects.