Make some fields of O not nullable (deeply or not) (Optional fields will be left untouched & undefined)
O
undefined
to make non nullable
(?=Key) to choose fields
Key
(?='flat') 'deep' to do it deeply
'flat'
Object
Make some fields of
O
not nullable (deeply or not) (Optional fields will be left untouched &undefined
)