Makes all properties of T except for U optional and, if originally optional, nullable. Makes U required.
T
U
The type to make updatable.
The properties to reserve as required.
Makes all properties of
T
except forU
optional and, if originally optional, nullable. MakesU
required.