This Utility Type works similar to Partial, but it proceeds recursively applying Partial
to all attributes of the type argument K, included nested ones.
It is taken from a
blog by Harmen Janssen, posted
on November 29, 2021.
See that blog for an explanation on the code.
This Utility Type works similar to
Partial, but it proceeds recursively applyingPartialto all attributes of the type argumentK, included nested ones.It is taken from a blog by Harmen Janssen, posted on November 29, 2021. See that blog for an explanation on the code.